nesquena / backburner

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

Is there a way to give different retry_limit and retry_delay for different jobs? #96

Open hss15 opened 9 years ago

hss15 commented 9 years ago

http://stackoverflow.com/questions/31399688/specifying-different-retry-limit-and-retry-delay-for-different-jobs-in-backburne

contentfree commented 9 years ago

What worker are you using, @hari-151191? The retry_limit is only used by the ThreadsOnFork worker according to the docs.

hss15 commented 7 years ago

Sorry @contentfree for the late reply. I'm using a simple worker.