Revert "HOTFIX koschei downgrade scheduler lock"
This reverts commit 3b6cee493b
.
This commit is contained in:
parent
c749470102
commit
eee170b6c9
1 changed files with 0 additions and 12 deletions
|
@ -121,15 +121,3 @@
|
|||
tags:
|
||||
- koschei
|
||||
- hotfix
|
||||
|
||||
- name: HOTFIX koschei downgrade scheduler lock
|
||||
lineinfile: >
|
||||
dest=/usr/lib/python2.7/site-packages/koschei/scheduler.py
|
||||
regexp="LOCK TABLE package IN EXCLUSIVE MODE"
|
||||
line=" self.db.execute(\"LOCK TABLE package IN SHARE MODE;\")"
|
||||
when: env == "production"
|
||||
notify:
|
||||
- restart koschei-scheduler
|
||||
tags:
|
||||
- koschei
|
||||
- hotfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue