-
Notifications
You must be signed in to change notification settings - Fork 201
Added enqueue_after_transaction_commit setting #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added enqueue_after_transaction_commit setting #209
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed one quick typo :)
Co-authored-by: Dan Loman <[email protected]>
@tannakartikey thank you so much for this! It was in my to-do list so this is super helpful 😊 I was thinking, however, about setting this by default to If setting it to |
Glad to hear that, @rosa. Thank you for reviewing. I have set it to |
Any idea when this might get merged? This issue has blocked us from staying on edge rails atm. |
Hey @zerobearing2, I'll merge now, sorry for the delay. I've been working on other stuff and travelling, and after the first review, I failed to get back to it to review the newer changes 😳
How so? Couldn't you just have set Anyway, I'll merge this now. Thanks so much again, @tannakartikey, the README change looks great. |
We kept getting missing method error for solid queue adapter due to missing |
The
enqueue_after_transaction_commit
method was recently added to ActiveJob to be supported by the adapters.PR: rails/rails#51426