Kill increase release tag mutex on start
This commit is contained in:
parent
f34089dc7e
commit
e4453208c1
|
@ -10,4 +10,5 @@ class Redis
|
|||
end
|
||||
|
||||
Redis.connect!
|
||||
Redis::Semaphore.new(:job_shift_lock).delete!
|
||||
Redis::Semaphore.new(:job_shift_lock).delete!
|
||||
Redis::Semaphore.new(:increase_release_tag_lock).delete!
|
||||
|
|
Loading…
Reference in New Issue