What's Changed
- Fix
SOLID_QUEUE_SKIP_RECURRINGenv variable not doing anything by @danieldiekmeier in #608 - Remove Rakefile from gemspec files list by @smasato in #610
- Supress sqlite fork warnings for rails 7.1 & 7.2 by @p-schlickmann in #611
- Add missing verb to README by @rewritten in #616
- Fix typos and improve formatting in README.md by @sasharevzin in #614
- fix: Change MySQL port to 33066 by @ivnhk in #626
- Adding 100ms minimum delay for recurring tasks by @p-schlickmann in #615
- Set
scheduled_atinenqueue_allby @toydestroyer in #637 - Add support for new Puma 7 hook names by @toydestroyer in #635
- SolidQueue::ClaimedExecution.fail_all_with return early when the record is empty by @yokonao in #643
- Replace use of
ActiveRecord::Base.connectionwithwith_connectionby @rosa in #652 - Wrap
Supervisor#startandstopwith the app executor by @flavorjones in #655 - Relax fugit dependency version constraint by @tagliala in #649
- Second attempt reduce flakiness of
processes_lifecycle_test.rbby @p-schlickmann in #654
New Contributors
- @danieldiekmeier made their first contribution in #608
- @smasato made their first contribution in #610
- @rewritten made their first contribution in #616
- @sasharevzin made their first contribution in #614
- @ivnhk made their first contribution in #626
- @yokonao made their first contribution in #643
- @flavorjones made their first contribution in #655
- @tagliala made their first contribution in #649
Full Changelog: v1.2.1...v1.2.2