Skip to content

Latest commit

 

History

History
132 lines (57 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

132 lines (57 loc) · 5.03 KB

1.21.0 (2021-04-26)

Features

  • add typing for addNextRepeatableJob (a3be937)

1.20.6 (2021-04-25)

Bug Fixes

  • movetocompleted: should not complete before children (812ff66)

1.20.5 (2021-04-23)

Bug Fixes

  • obliterate: correctly remove many jobs (b5ae4ce)

1.20.4 (2021-04-23)

Bug Fixes

1.20.3 (2021-04-23)

Bug Fixes

1.20.2 (2021-04-22)

Bug Fixes

  • movetodelayed: check if job is in active state (4e63f70)

1.20.1 (2021-04-22)

Bug Fixes

  • worker: make token optional in processor function fixes #490 (3940bd7)

1.20.0 (2021-04-21)

Features

  • worker: passing token in processor function (2249724)

1.19.3 (2021-04-20)

Bug Fixes

  • movetocompleted: throw an error if job is not in active state (c2fe5d2)

1.19.2 (2021-04-19)

Bug Fixes

1.19.1 (2021-04-19)

Bug Fixes

  • remove repeatable with obliterate (1c5e581)

1.19.0 (2021-04-19)

Features

  • add workerDelay option to limiter (9b6ab8a)

1.18.2 (2021-04-16)

Bug Fixes

  • add parentKey property to Job (febc60d)

1.18.1 (2021-04-16)

Bug Fixes

  • rename Flow to FlowProducer class (c64321d)

1.18.0 (2021-04-16)

Features

  • add remove support for flows (4e8a7ef)

1.17.0 (2021-04-16)

Features

  • job: consider waiting-children state (2916dd5)

1.16.2 (2021-04-14)

Bug Fixes

  • read lua scripts serially (69e73b8)

1.16.1 (2021-04-12)

Bug Fixes

1.16.0 (2021-04-12)

Features

  • add support for flows (parent-child dependencies) (#454) (362212c)