Skip to content

jeffgran/resque-timeout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resque-timeout

Resque plugin to allow long-running jobs to timeout (and fail) automatically.

To install:

$ gem install resque-timeout

To set the timeout (in seconds, default is 600):

Resque::Plugins::Timeout.timeout = 60

To turn it off (it is on by default):

Resque::Plugins::Timeout.switch = :off

About

Resque plugin for allowing long-running jobs to fail automatically.

Resources

Stars

Watchers

Forks

Packages

No packages published