jondot / sneakers

A fast background processing framework for Ruby and RabbitMQ
https://github.com/jondot/sneakers
MIT License
2.25k stars 332 forks source link

maxretry configure_queue fix and specs #446

Closed dwkoogt closed 2 years ago

dwkoogt commented 4 years ago

maxretry configure_queue method fixed for following:

resolves #442

dwkoogt commented 4 years ago

@michaelklishin ruby 2.3 test breaks due to pry-byebug. Downgrading pry-byebug to 3.2.0 will fix it. I had to downgrade it to pass the checks.