Feature
- queue-events: Pass debounceId as a param of debounced event (#2678) (
97fb97a
) - job: Allow passing a debounce as option (#2666) (
163ccea
) - repeatable: New repeatables structure (#2617) ref #2612 fixes #2399 #2596 (
8376a9a
) - queue: Support global concurrency (#2496) ref #2465 (
47ba055
)
Fix
- job: Make sure json.dumps return JSON compliant JSON [python] (#2683) (
4441711
) - repeatable: Remove repeat hash when removing repeatable job (#2676) (
97a297d
) - repeatable: Keep legacy repeatables if it exists instead of creating one with new structure (#2665) (
93fad41
) - repeatable: Consider removing legacy repeatable job (#2658) fixes #2661 (
a6764ae
) - repeatable: Pass custom key as an args in addRepeatableJob to prevent CROSSSLOT issue (#2662) fixes #2660 (
9d8f874
)
Documentation
- pro: Update changelog to v7.12.0 (#2675) (
45fa04e
) - repeatable: Fix examples when passing repeat.key (#2669) (
e99fc2d
) - guide: Add queue global concurrency section (#2667) (
c905d62
) - changelog: Remove documentation section (
b5500c4
) - metrics: Fix markdown typo in metrics.md (#2655) (
3e071fa
)