Asynq v0.23.0 Release Notes
Release Date: 2022-04-11 // almost 3 years ago-
โ Added
Group
option is introduced to enqueue task in a group.GroupAggregator
and related types are introduced for task aggregation feature.GroupGracePeriod
,GroupMaxSize
,GroupMaxDelay
, andGroupAggregator
fields are added toConfig
.Inspector
has new methods related to "aggregating tasks".Group
field is added toTaskInfo
.- (CLI):
group ls
command is added - ๐ (CLI):
task ls
supports listing aggregating tasks via--state=aggregating --group=<GROUP>
flags - ๐ Enable rediss url parsing support
๐ Fixed
- ๐ Fixed overflow issue with 32-bit systems (For details, see https://github.com/hibiken/asynq/pull/426)
Previous changes from v0.22.1
-
๐ Fixed
- ๐ Fixed Redis version compatibility: Keep support for redis v4.0+