4 lines
127 B
Ruby
4 lines
127 B
Ruby
|
# Make sure we initialize a Redis connection pool before Sidekiq starts
|
||
|
# multi-threaded execution.
|
||
|
Gitlab::Redis.with { nil }
|