Revert "HOTFIX koschei downgrade scheduler lock"

This reverts commit 3b6cee493b.
This commit is contained in:
Michael Simacek 2015-06-29 10:07:46 +00:00
parent c749470102
commit eee170b6c9

View file

@ -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