Skip to content

Conversation

@hannahramadan
Copy link
Contributor

@hannahramadan hannahramadan commented Nov 6, 2025

This PR adds a new configuration key sidekiq.ignore_retry_errors.

When sidekiq.ignore_retry_errors is false (Default), an error is sent to New Relic on every job failure, including retries.

When sidekiq.ignore_retry_errors is true, the agent will reports an error to New Relic only once, after the job has failed all retries and is moved to the "Dead" set.

Thanks to @DonGiulio for this contribution.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

SimpleCov Report

Coverage Threshold
Line 93.65% 93%

hannahramadan and others added 4 commits November 7, 2025 07:35
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@60a0d83...ed59741)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@hannahramadan hannahramadan changed the title Sidekiq retry backup Add sidekiq.ignore_retry_errors to defer error reporting Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants