From f0251be5d26cb954a0c8cf676141e1d3c99cfe50 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Tue, 14 Jan 2020 06:05:21 -0800 Subject: [PATCH] [ci skip] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ace1429..372c209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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