Allow configuration of DelayedTaskCheckInterval

This commit is contained in:
Mahdi Dibaiee
2022-01-03 22:44:00 +00:00
committed by GitHub
parent 2d0170541c
commit ce46b07652
3 changed files with 15 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- The `asynq stats` command now supports a `--json` option, making its output a JSON object
- Introduced new configuration for `DelayedTaskCheckInterval`. See [godoc](https://godoc.org/github.com/hibiken/asynq) for more details.
## [0.20.0] - 2021-12-19