class ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper

Active Record Connection Pool Reaper

Every frequency seconds, the reaper will call reap and flush on pool. A reaper instantiated with a zero frequency will never reap the connection pool.

Configure the frequency by setting reaping_frequency in your database YAML file (default 60 seconds).