1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides
Adrianna Chang 4d13f05a2e Take into account timeout limit when retrying queries
Building on the work done in #44576 and #44591, we extend the logic that automatically
reconnects broken db connections to take into account a timeout limit. This ensures
that retries + reconnects are slow-query aware, and that we don't retry queries
if a given amount of time has already passed since the query was first tried.

This value will default to 5 seconds, but can be adjusted via the `connection_retry_timeout`
config.
2022-09-22 14:29:33 -04:00
..
assets Replaces mobi guide with epub for docs because of discontinued support 2022-08-05 00:18:20 +05:30
bug_report_templates No need to check for Ruby version on the bug reports template anymore 2022-01-06 20:50:33 +00:00
rails_guides Update rubocop-performance and enable more performance-related cops 2022-08-26 15:07:11 +03:00
source Take into account timeout limit when retrying queries 2022-09-22 14:29:33 -04:00
.document
CHANGELOG.md Start Rails 7.1 development 2021-12-07 15:52:30 +00:00
rails_guides.rb Replaces mobi guide with epub for docs because of discontinued support 2022-08-05 00:18:20 +05:30
Rakefile Replaces mobi guide with epub for docs because of discontinued support 2022-08-05 00:18:20 +05:30
w3c_validator.rb