Asynq v0.21.0 Release Notes

Release Date: 2022-01-22 // about 2 years ago
  • โž• Added

    • โฑ PeriodicTaskManager is added. Prefer using this over Scheduler as it has better support for dynamic periodic tasks.
    • ๐Ÿ‘ 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.