debian-mirror-gitlab/config/initializers/7_redis.rb

4 lines
127 B
Ruby
Raw Normal View History

2016-11-03 12:29:30 +05:30
# Make sure we initialize a Redis connection pool before Sidekiq starts
# multi-threaded execution.
Gitlab::Redis.with { nil }