diff options
author | Vipul A M <vipulnsward@gmail.com> | 2013-07-22 01:41:41 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2013-07-22 14:44:33 +0530 |
commit | 0b6c1f082f2112649611c993d39d4471ee1bb530 (patch) | |
tree | 78db8b031431a471f82c272da06c4877c7ba4061 /activerecord/test/cases/relation_test.rb | |
parent | e5275f9b5924f36f2bdd4dd9ac0a4f420384748f (diff) | |
download | rails-0b6c1f082f2112649611c993d39d4471ee1bb530.tar.gz rails-0b6c1f082f2112649611c993d39d4471ee1bb530.tar.bz2 rails-0b6c1f082f2112649611c993d39d4471ee1bb530.zip |
rescue from all exceptions in `ConnectionManagement#call`
Fixes #11497
As `ActiveRecord::ConnectionAdapters::ConnectionManagement` middleware does not rescue from Exception (but only from StandardError),
the Connection Pool quickly runs out of connections when multiple erroneous Requests come in right after each other.
Recueing from all exceptions and not just StandardError, fixes this behaviour.
Diffstat (limited to 'activerecord/test/cases/relation_test.rb')
0 files changed, 0 insertions, 0 deletions