Skip to content

fix: switch aj adapter to pipe through enqueue_all#111

Merged
smudge merged 1 commit into
mainfrom
donoho/aj-adapter-default-enqueue_all
Jun 1, 2026
Merged

fix: switch aj adapter to pipe through enqueue_all#111
smudge merged 1 commit into
mainfrom
donoho/aj-adapter-default-enqueue_all

Conversation

@CelticMajora

Copy link
Copy Markdown
Contributor

Adjusts the ActiveJob adapter to pipe all enqueues through enqueue_all. Result of convo here: #103 (comment)

Note for release: This is a mildly breaking change. Previous to delayed 3.0.0, a provider_job_id was always attached when enqueuing jobs. In delayed 3.0.0, provider_job_id will only be attached depending on your database configuration(specifically ActiveRecord::Base.connection.supports_insert_returning? must be true)

@CelticMajora CelticMajora requested review from effron and smudge June 1, 2026 20:21
@CelticMajora CelticMajora self-assigned this Jun 1, 2026
@smudge smudge merged commit 42e5eb9 into main Jun 1, 2026
48 checks passed
@smudge smudge deleted the donoho/aj-adapter-default-enqueue_all branch June 1, 2026 20:39
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