Module: Pools
- Defined in:
- lib/pools/middleware.rb,
lib/pools/connection_pool.rb
Overview
This file adapted from activerecord gem
Defined Under Namespace
Classes: ConnectionPool, Middleware
Constant Summary collapse
- ConnectionNotEstablished =
Raised when a connection could not be obtained within the connection acquisition timeout period.
Class.new(StandardError)
- ConnectionTimeoutError =
Class.new(ConnectionNotEstablished)