No commit activity in last 3 years
No release in over 3 years
this is just a version of resque-pool that doesn't break when you specify resque's timeout
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.4.11
~> 1.2
~> 0.99.8
>= 0
~> 2.99

Runtime

>= 0
~> 1.22
 Project Readme

Resque-pool is a great gem, but is no longer actively maintained. This patch is necessary if you want to take advantage of Resque's updated term signal handling. heroku-resque-pool fixes a bug that caused resque to error when RESQUE_TERM_TIMEOUT was set.

It further includes patches from the gem resque-heroku-signals, which account for Heroku's practice of sending a SIGTERM to both parent and child processes.

To use, gem install heroku-resque-pool or include it in your gemfile and bundle. Set the environment variables RESQUE_PRE_SHUTDOWN_TIMEOUT, RESQUE_TERM_TIMEOUT, and INTERVAL to the desired values; and set TERM_CHILD to 1.

Beyond that, usage matches the gem this forks and patches, resque-pool.