Kill increase release tag mutex on start

This commit is contained in:
Wedge 2018-10-31 00:44:40 +03:00
parent f34089dc7e
commit e4453208c1
1 changed files with 2 additions and 1 deletions

View File

@ -11,3 +11,4 @@ end
Redis.connect!
Redis::Semaphore.new(:job_shift_lock).delete!
Redis::Semaphore.new(:increase_release_tag_lock).delete!