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

timeout not retried in ActiveRecord::Base.update_counters #7

Open
ghazel opened this issue Jun 23, 2011 · 0 comments
Open

timeout not retried in ActiveRecord::Base.update_counters #7

ghazel opened this issue Jun 23, 2011 · 0 comments

Comments

@ghazel
Copy link

ghazel commented Jun 23, 2011

It looks like deadlock_retry only wraps transactions, but "Lock wait timeout exceeded" errors can also be raised from update commands, which are not always wrapped in a transaction. ActiveRecord::Base.update_counters is one such case.

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