Describe the idea
I would like to have the option: attempt_threshold - the number of attempts before notifications will be sent.
The option: report_after_job_retries - is a boolean and does not allow to send a notifications after N retry.
Why do you think it's beneficial to most of the users
The user will receive a notification after the third retry because it could be solved automatically (external service was not available or similar), no more spam notifications.
Possible implementation
Similar to https://github.com/honeybadger-io/honeybadger-ruby/blob/master/lib/honeybadger/plugins/sidekiq.rb#L43
Describe the idea
I would like to have the option:
attempt_threshold- the number of attempts before notifications will be sent.The option: report_after_job_retries - is a boolean and does not allow to send a notifications after N retry.
Why do you think it's beneficial to most of the users
The user will receive a notification after the third retry because it could be solved automatically (external service was not available or similar), no more spam notifications.
Possible implementation
Similar to https://github.com/honeybadger-io/honeybadger-ruby/blob/master/lib/honeybadger/plugins/sidekiq.rb#L43