Asynq v0.23.0 Release Notes

Release Date: 2022-04-11 // about 2 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, 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

    ๐Ÿ›  Fixed


Previous changes from v0.22.1

  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Redis version compatibility: Keep support for redis v4.0+