Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3724 – Testing ways to better error handle RetryLimitHit (Metrics) (#394
) * try to access the original exception for RetryLimitHit The Exception class has a method .cause (since Ruby 2.1), with that method we can access the original error.cause https://ruby-doc.org/3.0.5/Exception.html We want to see if this can help us gather more info on our exception, however it could create duplicate data and just make it more noisy * add config.sidekiq.report_after_job_retries = true
- Loading branch information