• V
    rescue from all exceptions in `ConnectionManagement#call` · 0b6c1f08
    Vipul A M 提交于
    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.
    0b6c1f08
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 14.3 KB