RubyGems.org

resque-pause

0.0.4

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.

installgem install resque-pause
Authors

Wandenberg Peixoto

8,586 total downloads 7,418 for this version
Owners

09d7e18a86180870b33bcfa825824092

Gemfile
gem "resque-pause", "~> 0.0.4"
Versions
  1. 0.0.4 June 30, 2011
  2. 0.0.3 June 27, 2011
  3. 0.0.2 June 27, 2011
Show all versions (4 total)
Runtime Dependencies
  1. resque >= 1.9.10