mirror of
https://github.com/hibiken/asynq.git
synced 2024-12-26 15:52:18 +08:00
docs: add PR 946 to changelog
This commit is contained in:
parent
261e813576
commit
917d6f7a7d
@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- `SentinelUsername` is added as a redis config option (PR: https://github.com/hibiken/asynq/pull/924)
|
- `SentinelUsername` is added as a redis config option (PR: https://github.com/hibiken/asynq/pull/924)
|
||||||
- Some jitter is introduced to improve latency when fetching jobs in the processor (PR: https://github.com/hibiken/asynq/pull/868)
|
- Some jitter is introduced to improve latency when fetching jobs in the processor (PR: https://github.com/hibiken/asynq/pull/868)
|
||||||
- Add task enqueue command to the CLI (PR: https://github.com/hibiken/asynq/pull/918)
|
- Add task enqueue command to the CLI (PR: https://github.com/hibiken/asynq/pull/918)
|
||||||
|
- Add a map cache (concurrent safe) to keep track of queues that ultimately reduces redis load when enqueuing tasks (PR: https://github.com/hibiken/asynq/pull/946)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- Archived tasks that are trimmed should now be deleted (PR: https://github.com/hibiken/asynq/pull/743)
|
- Archived tasks that are trimmed should now be deleted (PR: https://github.com/hibiken/asynq/pull/743)
|
||||||
|
Loading…
Reference in New Issue
Block a user