You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acquire semian resource for each retry in Active Record adapters
Previously, Active Record adapters would retry queries within the
same acquisition attempt. Now, we wrap individual executions to
ensure each retry is counted as one acquisition request.
0 commit comments