52ee85e7bf
This side-steps the need for mutexes and whatnot.
3 lines
127 B
Ruby
3 lines
127 B
Ruby
# Make sure we initialize a Redis connection pool before Sidekiq starts
|
|
# multi-threaded execution.
|
|
Gitlab::Redis.with { nil }
|