cc-4228: fixed this ticket by stomping out bugs in eventcontractor and tweaking ApiController

This commit is contained in:
Rudi Grinberg 2012-08-17 12:37:26 -04:00
parent 10a7eae498
commit 5b134d0055
6 changed files with 40 additions and 14 deletions

View file

@ -20,7 +20,7 @@ class ManagerTimeout(threading.Thread,Loggable):
while True:
time.sleep(3)
self.manager.flush_organize()
self.logger.info("Force flushed organize...")
#self.logger.info("Force flushed organize...")
class Manager(Loggable):
"""