Skip to content

refactor: Drop support for Delayed::Worker.delay_jobs#105

Closed
CelticMajora wants to merge 1 commit into
mainfrom
donoho/deprecate-worker.delay_jobs
Closed

refactor: Drop support for Delayed::Worker.delay_jobs#105
CelticMajora wants to merge 1 commit into
mainfrom
donoho/deprecate-worker.delay_jobs

Conversation

@CelticMajora
Copy link
Copy Markdown
Contributor

Removes the delay_jobs config (and delay_job? helper) that allowed enqueues to run inline instead of persisting a job. Enqueue now always saves. Also drops the corresponding spec coverage and helper reset.

This is effort of persisting all jobs via enqueue_all in the next major version bump, which inherently uses insert_all under the hood(ie: always enqueues).

cc @effron @smudge

Removes the `delay_jobs` config (and `delay_job?` helper) that allowed
enqueues to run inline instead of persisting a job. Enqueue now always
saves. Also drops the corresponding spec coverage and helper reset.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CelticMajora
Copy link
Copy Markdown
Contributor Author

Closing in favor of #107

@CelticMajora CelticMajora deleted the donoho/deprecate-worker.delay_jobs branch May 19, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants