Skip to content

Conversation

thenano
Copy link
Contributor

@thenano thenano commented Sep 2, 2024

Rails 7.2 has added the ability for jobs to enqueue after transaction commit, and for that to happen they have changed AbstractAdapter to include a new method enqueue_after_transaction_commit?.
For this reason, apps running rails 7.2+ and Lambdakiq are now breaking because of the missing method.
https://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/AbstractAdapter.html

@metaskills metaskills merged commit 979e56b into rails-lambda:main Sep 3, 2024
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