[CalendarServer-changes] [10910] CalendarServer/trunk/calendarserver/push/notifier.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 13 15:06:01 PDT 2013


Revision: 10910
          http://trac.calendarserver.org//changeset/10910
Author:   sagen at apple.com
Date:     2013-03-13 15:06:01 -0700 (Wed, 13 Mar 2013)
Log Message:
-----------
Fix the push work group

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/push/notifier.py

Modified: CalendarServer/trunk/calendarserver/push/notifier.py
===================================================================
--- CalendarServer/trunk/calendarserver/push/notifier.py	2013-03-13 19:57:40 UTC (rev 10909)
+++ CalendarServer/trunk/calendarserver/push/notifier.py	2013-03-13 22:06:01 UTC (rev 10910)
@@ -32,7 +32,7 @@
 
 class PushNotificationWork(WorkItem, fromTable(schema.PUSH_NOTIFICATION_WORK)):
 
-    group = "PUSH_ID"
+    group = property(lambda self: self.pushID)
 
     @inlineCallbacks
     def doWork(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130313/4710084f/attachment.html>


More information about the calendarserver-changes mailing list