What's Changed
- Fix race condition between job enqueue and concurrency unblock by @rosa in #712
- Fix application of
SOLID_QUEUE_SUPERVISOR_MODEenvironment variable by @lovro-bikic in #709 - Fix: Detect and warn when schedules generate multiple CRONs by @himanshukale36 in #707
- Clean up dead thread from process_instances when replacing it by @rosa in #714
- Fix crash when recording a failed execution for a job that already has one by @rosa in #713
- Guard against nil pid in Puma plugin stop by @rosa in #715
- Handle
nilprocess in heartbeat by @rosa in #716 - Skip concurrency controls for jobs whose class has been removed by @rosa in #717
New Contributors
- @lovro-bikic made their first contribution in #709
- @himanshukale36 made their first contribution in #707
Full Changelog: v1.3.1...v1.3.2