Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Sidekiq and Redis #1293

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Remove Sidekiq and Redis #1293

merged 1 commit into from
Sep 26, 2024

Conversation

brucebolt
Copy link
Member

@brucebolt brucebolt commented Sep 26, 2024

This app sets up Sidekiq/Redis and runs a worker, but there are no jobs to be run on those workers.

Therefore we can remove the govuk_sidekiq gem and the code which sets up the worker processes.

The configuration was updated in alphagov/govuk-helm-charts#2613 to remove the Redis/Sidekiq setup for this app, so we no longer need the sidekiq.yml file here.

This app sets up Sidekiq/Redis and runs a worker, but there are no jobs
to be run on those workers.

Therefore we can remove the `govuk_sidekiq` gem and the code which sets
up the worker processes.

The configuration was updated in
alphagov/govuk-helm-charts#2613 to remove the
Redis/Sidekiq setup for this app.
@brucebolt brucebolt merged commit e8e0fad into main Sep 26, 2024
10 checks passed
@brucebolt brucebolt deleted the remove-sidekiq branch September 26, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants