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