2017-07-10 23:35:47 -04:00
|
|
|
# Make sure we initialize a Redis connection pool before multi-threaded
|
|
|
|
# execution starts by
|
|
|
|
# 1. Sidekiq
|
|
|
|
# 2. Rails.cache
|
|
|
|
# 3. HTTP clients
|
|
|
|
Gitlab::Redis::Cache.with { nil }
|
|
|
|
Gitlab::Redis::Queues.with { nil }
|
|
|
|
Gitlab::Redis::SharedState.with { nil }
|