nesquena / backburner

Simple and reliable beanstalkd job queue for ruby
http://nesquena.github.com/backburner
MIT License
428 stars 68 forks source link

Avoid Timeout #95

Closed zacviandier closed 9 years ago

zacviandier commented 9 years ago

Give the possibility to avoid timeout on Job by passing 0.

Remove the -1 in process function since Timeout need a positive value and its more comprehensive to give 0 than 1 to avoid the timeout.

nesquena commented 9 years ago

Thanks