-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
5 changed files
with
0 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
web: bin/rails server --restart | ||
worker: bundle exec sidekiq -C ./config/sidekiq.yml | ||
css: bin/rails dartsass:watch |
This file was deleted.
Oops, something went wrong.