Skip to content

v0.2.1

Compare
Choose a tag to compare
@konnase konnase released this 12 Oct 08:38
· 20 commits to main since this release
c261fc6

feature

  • add event handler for dijob, and mark job as Created when job submitted(#13)
  • mark collector and learner as optional, only coordinator is required(653e64a)
  • mark job Failed when the submitted job is incorrect(bea840a), but it's hard to test since client-go reflector decodes DIJob strictly, we have no chance to handle DIJob add event when incorrect job submitted