nesquena / backburner

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

Allow jobs touching #165

Open Hurchan opened 4 years ago

Hurchan commented 4 years ago

We have long running jobs and need to be able to touch them. I tried something with a thread checking if the job is timed out and not using a timeout with the default ttr.

I just can't understand why I need to manually bury the job after it timed out or the bury in worber.rb:work_one_job throws me a NOT_FOUND error.