resque-pause 0.3.0
A Resque plugin to add functionality to pause resque jobs through the web interface. Using a `pause` allows you to stop the job for a slice of time. The job finish the process it are doing and don't get a new task to do, until the queue is released. You can use this functionality to do some maintenance whithout kill workers, for example.
Gemfile:
=
install:
=
Runtime Dependencies (2):
multi_json
~> 1.0
resque
>= 1.9.10