mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
no airbrake for retries in sidekiq, only failures
This commit is contained in:
parent
89be4c0a87
commit
4f3ca20f55
1 changed files with 2 additions and 0 deletions
|
@ -202,3 +202,5 @@ Airbrake.add_filter do |notice|
|
|||
|
||||
notice.ignore! if notice.stash[:exception].is_a?(Sinatra::NotFound)
|
||||
end
|
||||
|
||||
Airbrake.add_filter Airbrake::Sidekiq::RetryableJobsFilter.new
|
||||
|
|
Loading…
Add table
Reference in a new issue