Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)
This commit is contained in:
@ -7,5 +7,5 @@ Sidekiq.configure_server do |config|
|
||||
end
|
||||
|
||||
Sidekiq.configure_client do |config|
|
||||
config.redis = ConnectionPool.new(size: 25, &redis_conn)
|
||||
config.redis = ConnectionPool.new(size: 5, &redis_conn)
|
||||
end
|
||||
|
Reference in New Issue
Block a user