Releases: bensheldon/good_job
Releases · bensheldon/good_job
v3.15.12
Review the Changelog for more details.
What's Changed
- Do not allow GoodJob to automatically start after Rails initialization if previously shutdown by @bensheldon in #976
Full Changelog: v3.15.11...v3.15.12
v3.15.11
Review the Changelog for more details.
What's Changed
- Fix
discrete_executions
job re-enqueueing whenretry_job
is called directly by @bensheldon in #973
Full Changelog: v3.15.10...v3.15.11
v3.15.10
Review the Changelog for more details.
What's Changed
- Ensure migration warning for
DiscreteExecution
constant is in explicitGoodJob::
namespace by @bensheldon in #963
Full Changelog: v3.15.9...v3.15.10
v3.15.9
Review the Changelog for more details.
What's Changed
- Fix wait and wait_until ignored in bulk enqueue by @bensheldon in #960
New Contributors
Full Changelog: v3.15.8...v3.15.9
v3.15.8
v3.15.7
Review the Changelog for more details.
What's Changed
- Replace class usage of ActiveSupport::Deprecator with gem-specific instance by @bensheldon in #945
- Fix Lockable's
SELECT 1 AS one
queries missingLIMIT 1
by @bensheldon in #946
Full Changelog: v3.15.6...v3.15.7
v3.15.6
Review the Changelog for more details.
What's Changed
- feat: locales for ja by @aki77 in #935
- Refine french translations by @francois-ferrandis in #936
Full Changelog: v3.15.5...v3.15.6
v3.15.5
Review the Changelog for more details.
What's Changed
- Fix
GoodJob.cleanup_preserved_jobs
to add missing guard for unmigrated discrete executions by @bensheldon in #938
Full Changelog: v3.15.4...v3.15.5
v3.15.4
Review the Changelog for more details.
What's Changed
- Create "discrete"
good_job_executions
table to separate Job records from Execution records and have a 1-to-1 correspondence betweengood_jobs
records and Active Job jobs by @bensheldon in #928
Full Changelog: v3.15.3...v3.15.4
v3.15.3
Review the Changelog for more details.
What's Changed
- Eagerly autoload
ActiveJob::Base
; clean up framework deferred-loading logic to use nestedon_load
blocks by @bensheldon in #931
Full Changelog: v3.15.2...v3.15.3