You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I am no longer actively coding on this gem though I still use it myself in a few projects. I would be more than happy to merge PRs or cut releases though if someone decides to fix this!
Using backburner gem 1.5.0
The default config sets max_job_retries as 3.
For a specific job, I want to set the retries to 0
But, adding that, I get the error -
NoMethodError (undefined method 'queue_max_job_retries' for TestJob:Class)
I also tried setting it as shown in the documents -
But that has no effect. It still retries it 3 times.
The text was updated successfully, but these errors were encountered: