From cbc3ec810842c81af5659c33441c200e9b3255de Mon Sep 17 00:00:00 2001 From: meyric Date: Mon, 2 Dec 2024 09:04:04 +0000 Subject: [PATCH] Update background jobs docs --- doc/background-jobs.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/background-jobs.md b/doc/background-jobs.md index e6aae55f5..04440986d 100644 --- a/doc/background-jobs.md +++ b/doc/background-jobs.md @@ -1,17 +1,20 @@ # Background jobs -We use Sidekiq (backed by Redis) to handle sending emails. See +We use Sidekiq (backed by Redis) to handle sending emails and other asynchronous +jobs. See [ADR9](/doc/architecture/decisions/0009-use-sidekiq-and-redis-to-send-emails.md). -This might be expanded to handle other asynchronous jobs in the future. The container which runs Sidekiq and processes 'jobs' taken from the Redis queue is defined in AWS task definitions as a "sideCar" container. -## Debugging via console +## Sidekiq UI + +The application provides the Sidekiq UI at `/sidekiq` for service owner users. -### Connect to the instance +## Debugging via console -Currently, dxw developers don't have access to the live application console. +You will first need to get a console on the environment, see the +[documentation](/doc/console-access.md) for details. ### See overview of jobs