Skip to content
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

Set enqueue_after_transaction_commit to true and don't allow changing it #301

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Set enqueue_after_transaction_commit to true and don't allow chan…

    …ging it
    
    See the discussion in rails/rails#52659.
    Adapters should set their own behaviour without making users choose. If
    users want to choose, they can just use Active Job's configuration.
    Besides, we're changing the value of this to `true` to make it harder
    for people to run into trouble in the future when switching adapters.
    rosa committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    60c132e View commit details
    Browse the repository at this point in the history