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
From #592:
There is still a potential for the error to not fire if https://github.com/richvorp/rollbar-gem/blob/delayed_job_failure_hook/lib/rollbar/plugins/delayed_job/plugin.rb#L48 check fails and the dj_threshold is higher than 0.
An alternative would be to make it always error with:
data = Rollbar::Delayed.build_job_data(job) ::Rollbar.scope(:request => data).error(job.last_error, :use_exception_level_filters => true) if job.last_error
instead of https://github.com/richvorp/rollbar-gem/blob/delayed_job_failure_hook/lib/rollbar/plugins/delayed_job/plugin.rb#L14
The text was updated successfully, but these errors were encountered:
Merge pull request #692 from ArturMoczulski/github-615-dj_threshold-h…
ffd4278
…igher-than-0 GitHub Issue #615: Deal with dj_threshold > 0 causing errors not to fire in an edge case
Fixed in #692
Sorry, something went wrong.
ArturMoczulski
No branches or pull requests
From #592:
There is still a potential for the error to not fire if https://github.com/richvorp/rollbar-gem/blob/delayed_job_failure_hook/lib/rollbar/plugins/delayed_job/plugin.rb#L48 check fails and the dj_threshold is higher than 0.
An alternative would be to make it always error with:
instead of https://github.com/richvorp/rollbar-gem/blob/delayed_job_failure_hook/lib/rollbar/plugins/delayed_job/plugin.rb#L14
The text was updated successfully, but these errors were encountered: