mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
Update CHANGELOG.md
This commit is contained in:
parent
8b2a787759
commit
94719e325c
11
CHANGELOG.md
11
CHANGELOG.md
@ -9,8 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- `Group` option is introduced to enqueue task in a group.
|
||||||
|
- `GroupAggregator` and related types are introduced for task aggregation feature.
|
||||||
|
- `GroupGracePeriod`, `GroupMaxSize`, `GroupMaxDelay`, and `GroupAggregator` fields are added to `Config`.
|
||||||
|
- `Inspector` has new methods related to "aggregating tasks".
|
||||||
|
- `Group` field is added to `TaskInfo`.
|
||||||
|
- (CLI): `group ls` command is added
|
||||||
|
- (CLI): `task ls` supports listing aggregating tasks via `--state=aggregating --group=<GROUP>` flags
|
||||||
- Enable rediss url parsing support
|
- Enable rediss url parsing support
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed overflow issue with 32-bit systems (For details, see https://github.com/hibiken/asynq/pull/426)
|
||||||
|
|
||||||
## [0.22.1] - 2022-02-20
|
## [0.22.1] - 2022-02-20
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
Loading…
Reference in New Issue
Block a user