mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
more tuning work
This commit is contained in:
parent
c45c9ef030
commit
57d82ed1a6
2 changed files with 3 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -1,6 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
gemspec
|
||||
|
||||
gem "hiredis"
|
||||
gem 'rails', '~> 4.2'
|
||||
gem 'simplecov'
|
||||
gem 'minitest'
|
||||
|
|
|
@ -26,8 +26,8 @@ Toxiproxy.populate([{
|
|||
|
||||
|
||||
Sidekiq.configure_server do |config|
|
||||
config.redis = { db: 13, port: 6380 }
|
||||
#config.redis = { db: 13 }
|
||||
#config.options[:concurrency] = 1
|
||||
config.redis = { driver: :hiredis, db: 13, port: 6380 }
|
||||
config.options[:queues] << 'default'
|
||||
config.logger.level = Logger::ERROR
|
||||
config.average_scheduled_poll_interval = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue