Exception: ActiveRecord::ExclusiveConnectionTimeoutError

Inherits:
ConnectionTimeoutError show all
Defined in:
activerecord/lib/active_record/errors.rb

Overview

Raised when a pool was unable to get ahold of all its connections to perform a “group” action such as ActiveRecord::Base.connection_pool.disconnect! or ActiveRecord::Base.connection_handler.clear_reloadable_connections!.

Instance Attribute Summary

Attributes inherited from AdapterError

#connection_pool

Method Summary

Methods inherited from ConnectionNotEstablished

#initialize, #set_pool

Methods inherited from AdapterError

#initialize

Constructor Details

This class inherits a constructor from ActiveRecord::ConnectionNotEstablished