parent
a08e724476
commit
42dcb0d4cb
@ -0,0 +1,11 @@
|
||||
redis_conn = proc {
|
||||
$redis.dup
|
||||
}
|
||||
|
||||
Sidekiq.configure_server do |config|
|
||||
config.redis = ConnectionPool.new(size: 5, &redis_conn)
|
||||
end
|
||||
|
||||
Sidekiq.configure_client do |config|
|
||||
config.redis = ConnectionPool.new(size: 25, &redis_conn)
|
||||
end
|
Loading…
Reference in new issue