v0.21.0
Added
PeriodicTaskManager
is added. Prefer using this overScheduler
as it has better support for dynamic periodic tasks. See the wiki page for an example of usingPeriodicTaskManager
- 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.