This commit is contained in:
Jacob Vosmaer 2014-12-08 13:39:18 +01:00
parent 3dd86b83ba
commit 2fcef3278c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module Gitlab
return unless MAX_RSS > 0 && current_rss > MAX_RSS
Tread.new do
Thread.new do
# Return if another thread is already waiting to shut Sidekiq down
return unless MUTEX.try_lock