Skip to content

v0.21.0

Compare
Choose a tag to compare
@hibiken hibiken released this 22 Jan 14:20
· 161 commits to master since this release

Added

  • PeriodicTaskManager is added. Prefer using this over Scheduler as it has better support for dynamic periodic tasks. See the wiki page for an example of using PeriodicTaskManager
  • The asynq stats command now supports a --json option, making its output a JSON object
  • Introduced new configuration for DelayedTaskCheckInterval. See godoc for more details.