2 lines
143 B
Ruby
2 lines
143 B
Ruby
# Make sure we initialize a Gitaly channel before Sidekiq starts multi-threaded execution.
|
|
Gitlab::GitalyClient.channel unless Rails.env.test?
|