chore(deps): update dependency solid_queue to v1.2.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
solid_queue | minor |
1.1.5 -> 1.2.1
|
Release Notes
rails/solid_queue (solid_queue)
v1.2.1
What's Changed
- Don't lock thor version to 1.3.x by @rafaelfranca in https://github.com/rails/solid_queue/pull/600
- Fix the devcontainer configuration by @rafaelfranca in https://github.com/rails/solid_queue/pull/599
- Set
successfully_enqueued
inJob.enqueue
by @rosa in https://github.com/rails/solid_queue/pull/603 - Make concurrency tests less flaky by @rosa in https://github.com/rails/solid_queue/pull/605
- Supress expected warning for test suite by @p-schlickmann in https://github.com/rails/solid_queue/pull/604
- Replace deprecated
retries
option withtimeout
in rails 8 and above by @p-schlickmann in https://github.com/rails/solid_queue/pull/607
New Contributors
- @rafaelfranca made their first contribution in https://github.com/rails/solid_queue/pull/600
- @p-schlickmann made their first contribution in https://github.com/rails/solid_queue/pull/604
Full Changelog: https://github.com/rails/solid_queue/compare/v1.2.0...v1.2.1
v1.2.0
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 https://github.com/rails/solid_queue/pull/574
- Gracefully fail claimed executions even if the supervisor process was pruned by @jeremy in https://github.com/rails/solid_queue/pull/559
- fix(568): moving stop_heartbeat after shutdown by @doctomarculescu in https://github.com/rails/solid_queue/pull/569
- Add option to skip recurring jobs via environment variable by @iamradioactive in https://github.com/rails/solid_queue/pull/580
- More leanient wait time for continuation test by @mhenrixon in https://github.com/rails/solid_queue/pull/592
- fix: race condition with interruptibles by @elasticspoon in https://github.com/rails/solid_queue/pull/566
- improve readme to be more explicit about the recommended UI dashboard by @FeminismIsAwesome in https://github.com/rails/solid_queue/pull/593
- rescue from EWOULDBLOCKWaitReadable by @joshleblanc in https://github.com/rails/solid_queue/pull/579
- Add support for a
discard
option in concurrency controls by @joelzwarrington, @mhenrixon and @rosa in https://github.com/rails/solid_queue/pull/594
New Contributors
- @jeremy made their first contribution in https://github.com/rails/solid_queue/pull/559
- @doctomarculescu made their first contribution in https://github.com/rails/solid_queue/pull/569
- @iamradioactive made their first contribution in https://github.com/rails/solid_queue/pull/580
- @mhenrixon made their first contribution in https://github.com/rails/solid_queue/pull/592
- @elasticspoon made their first contribution in https://github.com/rails/solid_queue/pull/566
- @FeminismIsAwesome made their first contribution in https://github.com/rails/solid_queue/pull/593
- @joshleblanc made their first contribution in https://github.com/rails/solid_queue/pull/579
Full Changelog: https://github.com/rails/solid_queue/compare/v1.1.5...v1.2.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Runner Bot