This release includes support for Active Job continuations and discarding on conflict when using concurrency controls.
What's Changed
- Support Active Job Continuations by @djmb in #574
- Gracefully fail claimed executions even if the supervisor process was pruned by @jeremy in #559
- fix(568): moving stop_heartbeat after shutdown by @doctomarculescu in #569
- Add option to skip recurring jobs via environment variable by @iamradioactive in #580
- More leanient wait time for continuation test by @mhenrixon in #592
- fix: race condition with interruptibles by @elasticspoon in #566
- improve readme to be more explicit about the recommended UI dashboard by @FeminismIsAwesome in #593
- rescue from EWOULDBLOCKWaitReadable by @joshleblanc in #579
- Add support for a
discard
option in concurrency controls by @joelzwarrington, @mhenrixon and @rosa in #594
New Contributors
- @jeremy made their first contribution in #559
- @doctomarculescu made their first contribution in #569
- @iamradioactive made their first contribution in #580
- @mhenrixon made their first contribution in #592
- @elasticspoon made their first contribution in #566
- @FeminismIsAwesome made their first contribution in #593
- @joshleblanc made their first contribution in #579
Full Changelog: v1.1.5...v1.2.0