github hibiken/asynq v0.14.0

latest releases: v0.24.1, v0.24.0, v0.23.0...
3 years ago

IMPORANT This release includes a breaking change, please install the latest version of CLI and run asynq migrate command.

Changed

  • Renamed DeadTask to ArchivedTask.
  • Renamed the operation Kill to Archive in Inpsector.
  • Print stack trace when Handler panics.
  • Includes a file name and a line number in the error message when recovering from a panic.

Added

  • DefaultRetryDelayFunc is now a public API, which can be used in the custom RetryDelayFunc.
  • SkipRetry error is added to be used as a return value from Handler.
  • Servers method is added to Inspector
  • CancelActiveTask method is added to Inspector.
  • ListSchedulerEnqueueEvents method is added to Inspector.
  • SchedulerEntries method is added to Inspector.
  • DeleteQueue method is added to Inspector.

Don't miss a new asynq release

NewReleases is sending notifications on new releases.