rollbar-gem icon indicating copy to clipboard operation
rollbar-gem copied to clipboard

Backoff for when reporting issues occur

Open bagedevimo opened this issue 5 years ago • 0 comments

During the recent rollbar outage (Apr 22, 06:10 PDT), we noticed our Delayed::Job queue was filling up with jobs to report errors to Rollbar, which would then fail and raise a new job, per this code:

https://github.com/rollbar/rollbar-gem/blob/b3dcbb4f437a48c73fbfe791a1ae67f67d4e4b1b/lib/rollbar/notifier.rb#L220-L263

It'd be great if this had some kind of back-off.

bagedevimo avatar Apr 22 '20 21:04 bagedevimo