Skip to content

Release 0.0.2

Compare
Choose a tag to compare
@ripienaar ripienaar released this 07 Feb 09:04
· 95 commits to main since this release
v0.0.2
90b4611

CLI

  • Add tasks init to initialize task storage with non default settings
  • Add tasks retry to retry a task given its ID
  • Update tasks watch to use new lifecycle events

Go API

  • Support discarding tasks when they reach certain end states using new DiscardTaskStates() client option
  • Allow tasks to be retried using RetryTaskByID()
  • Detect stale Active states
  • Support publishing and parsing lifecycle events to subjects CHORIA_AJ.E.>. Parse using ParseEventJSON()

CLI Docker Container