From d1f516d8f14664af798c5e33081f995829e8363a Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Thu, 16 Jan 2020 20:54:36 -0800 Subject: [PATCH] [ci skip] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372c209..c763536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,12 @@ 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 +- `RedisConnOpt` to abstract away redis client implementation - [CLI] `asynqmon rmq` command to remove queue ### Changed +- `Client` and `Background` constructors take `RedisConnOpt` as their first argument. - [CLI] `asynqmon stats` now shows the total of all enqueued tasks under "Enqueued" - [CLI] `asynqmon stats` now shows each queue's task count - Task type is now immutable (i.e., Payload is read-only)