We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handle_failed_job
Currently all errors in jobs are logged in ERROR log-level.
ERROR
In our case we would like to reduce cases where an automatic retry might solve the issue without manual intervention to WARNING.
WARNING
How are the chances that a PR making the level argument here configurable would be accepted?
level
delayed_job/lib/delayed/worker.rb
Line 305 in ea4879d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently all errors in jobs are logged in
ERROR
log-level.In our case we would like to reduce cases where an automatic retry might solve the issue without manual intervention to
WARNING
.How are the chances that a PR making the
level
argument here configurable would be accepted?delayed_job/lib/delayed/worker.rb
Line 305 in ea4879d
The text was updated successfully, but these errors were encountered: