Skip to content

Limit streaming sidekiq retries

Problem to solve

Currently the limit on retries for the streaming audit event worker is 25. This has led to multiple incidents because of the large sidekiq queue.

Proposal

Reduce the load by reducing the retries from default 25 to 3

Edited by Nate Rosandich