nesquena / backburner

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

Allow per queue overrides of retry settings #162

Closed boncey closed 4 years ago

boncey commented 5 years ago

See #57 for background discussion.

This allows per queue overrides of the following settings.

Examples are in the README.

I've only been able to test this with the Simple worker but the changes should apply to all workers.

nesquena commented 5 years ago

Looks good to me on a quick review, thanks for putting this together! Can anyone else try these changes locally and confirm they work and are ready to be merged?

boncey commented 4 years ago

I've been running this in production since this PR was created, processing around 1M jobs a day without any issues. Anyone else fancy testing it?

nesquena commented 4 years ago

I’ll merge these in, thanks for following up!