This commit is contained in:
Sandy Walsh 2012-05-01 09:51:20 -05:00
parent 634e6baab2
commit 8d8b5bd1eb

View File

@ -155,7 +155,8 @@ class Monitor(threading.Thread):
time.sleep(5)
with daemon.DaemonContext(files_preserve=[handler.stream]):
#with daemon.DaemonContext(files_preserve=[handler.stream]):
if True:
workers = []
for deployment in DEPLOYMENTS:
LOG.info("Starting deployment: %s", deployment)