If you're using ActiveRecord with Resque, a new database connection will get opened for each worker process. When the worker completes, this connection is left open by default, which is pretty bad. This adapter closes the connection when the job has_rdoc finished executing.
Required Ruby Version
>= 0
Authors
Isaac Seymour
Versions
- 0.1.0 January 16, 2015 (7 KB)