Skip to content

Commit

Permalink
Merge pull request #2696 from alphagov/update-email-alert-api-docs
Browse files Browse the repository at this point in the history
Reflect changes in Email Alert API system
  • Loading branch information
kevindew committed Jul 31, 2020
2 parents ff4c394 + 07c384a commit 4535736
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 60 deletions.

This file was deleted.

Expand Up @@ -11,12 +11,14 @@ review_in: 6 months

### High retry queue size (retry_size)

This means there are a high number of items in the retry queue. The Email Alert
API relies on the retry queue for rate limiting, so it’s not unusual to see
items in the queue, but if it is very high it suggests that there may be a
problem down the line which is preventing jobs from being processed. It may
also imply the threshold is too low if a large number of emails have been sent
out due to a content change.
This means there are a high number of items in the retry queue. This happens
when an error occurs running a Sidekiq worker and the job is queued to retry.
A high amount of items indicates that there is a potential problem in
communicating with Notify. To investigate the cause you should consult the
Email Alert API Sidekiq logs in [Kibana][kibana]
(`application:email-alert-api AND tags:sidekiq`) and
[Email Alert API Sentry][sentry]. Note, that due to transitory network issues
communicating with Notify there are often a small amount of items in the queue.

See the [sidekiq][sidekiq] section for more information about the Sidekiq queues,
or read [email troubleshooting].
Expand Down

0 comments on commit 4535736

Please sign in to comment.