Skip to content

Commit

Permalink
Merge pull request #1293 from alphagov/remove-sidekiq
Browse files Browse the repository at this point in the history
Remove Sidekiq and Redis
  • Loading branch information
brucebolt authored Sep 26, 2024
2 parents 4e7ad33 + d615a25 commit e8e0fad
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
id: setup-mysql
uses: alphagov/govuk-infrastructure/.github/actions/setup-mysql@main

- name: Setup Redis
uses: alphagov/govuk-infrastructure/.github/actions/setup-redis@main

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ gem "bootsnap", require: false
gem "csv"
gem "dartsass-rails"
gem "mysql2"
gem "sentry-sidekiq"
gem "sprockets-rails"

# GDS managed gems
gem "gds-api-adapters"
gem "gds-sso"
gem "govuk_app_config"
gem "govuk_publishing_components"
gem "govuk_sidekiq"
gem "mail-notify"
gem "plek"

Expand Down
18 changes: 0 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,6 @@ GEM
govuk_schemas (5.0.4)
faker (~> 3.4.1)
json-schema (>= 2.8, < 4.4)
govuk_sidekiq (8.0.1)
gds-api-adapters (>= 19.1.0)
govuk_app_config (>= 1.1)
redis (< 5)
redis-namespace (~> 1.6)
sidekiq (~> 6.5, >= 6.5.12)
govuk_test (4.1.0)
brakeman (>= 5.0.2)
capybara (>= 3.36)
Expand Down Expand Up @@ -541,9 +535,6 @@ GEM
ffi (~> 1.0)
rdoc (6.7.0)
psych (>= 4.0.0)
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
Expand Down Expand Up @@ -621,13 +612,6 @@ GEM
sentry-ruby (5.18.2)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.18.2)
sentry-ruby (~> 5.18.2)
sidekiq (>= 3.0)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -685,7 +669,6 @@ DEPENDENCIES
govuk_app_config
govuk_publishing_components
govuk_schemas
govuk_sidekiq
govuk_test
listen
mail-notify
Expand All @@ -695,7 +678,6 @@ DEPENDENCIES
rails (= 7.1.3.4)
rspec-rails
rubocop-govuk
sentry-sidekiq
simplecov
sprockets-rails
webmock
Expand Down
1 change: 0 additions & 1 deletion Procfile.dev
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
2 changes: 0 additions & 2 deletions config/sidekiq.yml

This file was deleted.

0 comments on commit e8e0fad

Please sign in to comment.