2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 11:31:58 +08:00

[ci skip] Update changelog

This commit is contained in:
Ken Hibino 2020-01-14 06:05:21 -08:00
parent 858b0325bd
commit f0251be5d2

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Queues` option in `Config` to specify mutiple queues with priority level
- `Client` can schedule a task with `asynq.Queue(name)` to specify which queue to use
- `StrictPriority` option in `Config` to specify whether the priority should be followed strictly
- [CLI] `asynqmon rmq` command to remove queue
### Changed