[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/service.py use the z2 processor

Jean-Francois Roche jfroche at jfroche.be
Mon Oct 18 10:28:20 EDT 2010


Log message for revision 117715:
  use the z2 processor

Changed:
  U   Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/service.py

-=-
Modified: Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/service.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/service.py	2010-10-18 14:27:08 UTC (rev 117714)
+++ Sandbox/gotcha/five.taskqueue/trunk/src/five/taskqueue/service.py	2010-10-18 14:28:19 UTC (rev 117715)
@@ -4,12 +4,15 @@
 from OFS.SimpleItem import SimpleItem
 
 from z3c.taskqueue.baseservice import BaseTaskService
+from five.taskqueue import processor
 
 
 class TaskService(BaseTaskService, SimpleItem):
     containerClass = IOBTree
     maxint = sys.maxint
 
+    processorFactory = processor.SimpleProcessor
+
     def getServicePath(self):
         path = [part for part in self.getPhysicalPath() if part]
         return path



More information about the checkins mailing list