Skip to content

Move Sentry notifications to a Sidekiq process

Stan Hu requested to merge sh-sentry-async into master

We've seen that the API exception handling can take upwards of 30 seconds to handle. During times where lots of events are occurring, the POST request to the Sentry server could block other requests:

image

Edited by Stan Hu

Merge request reports