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

Disabling observers is not thread-safe #86

Open
Blayr opened this issue Oct 16, 2024 · 0 comments
Open

Disabling observers is not thread-safe #86

Blayr opened this issue Oct 16, 2024 · 0 comments

Comments

@Blayr
Copy link

Blayr commented Oct 16, 2024

Disabling observers with methods like

ActiveRecord::Base.observers.disable :some_observer
   do_work
end

isn't thread-safe, and other threads will have the observer disabled for them as well.

There is a solution created by @djpate here:
https://github.com/djpate/rails-observers

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

No branches or pull requests

1 participant