Skip to content

Commit

Permalink
Sidekiq deprecated and removed regis-namespace support
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Oct 28, 2023
1 parent 9b5b5e3 commit 4b85861
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ gem 'sinatra'

# Caching
gem 'dalli'
gem 'redis-namespace'

# Database
gem 'pg'
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,8 @@ GEM
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.18.0)
connection_pool
redis-namespace (1.9.0)
redis (>= 4)
regexp_parser (2.6.0)
render_async (2.1.11)
responders (3.1.1)
Expand Down Expand Up @@ -523,7 +519,6 @@ DEPENDENCIES
rails-controller-testing
rake
rbtrace
redis-namespace
render_async
rrrretry
rubocop
Expand Down
4 changes: 0 additions & 4 deletions config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE }
}

unless Rails.env.production?
sidekiq_config[:namespace] = "codetriage-sidekiq"
end

Sidekiq.configure_server do |config|
config.redis = sidekiq_config
end
Expand Down

0 comments on commit 4b85861

Please sign in to comment.