[Erp5-report] r14311 - /erp5/trunk/utils/oood/dispatcher.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 2 16:37:00 CEST 2007


Author: bartek
Date: Wed May  2 16:36:59 2007
New Revision: 14311

URL: http://svn.erp5.org?rev=14311&view=rev
Log:
fixed a bug because of which the oood sometimes said it was going to restart but did not

Modified:
    erp5/trunk/utils/oood/dispatcher.py

Modified: erp5/trunk/utils/oood/dispatcher.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/dispatcher.py?rev=14311&r1=14310&r2=14311&view=diff
==============================================================================
--- erp5/trunk/utils/oood/dispatcher.py (original)
+++ erp5/trunk/utils/oood/dispatcher.py Wed May  2 16:36:59 2007
@@ -211,6 +211,7 @@
     # if none available, we are out of sync so we have to return error and restart
     if not worker:
       emergency_thread = threading.Timer(1, self.emergencyRestart)
+      emergency_thread.start()
       response = self.error(OUT_OF_SYNC)
       return response()
     # start thread to timeout document processing




More information about the Erp5-report mailing list