[CalendarServer-changes] [9685] CalendarServer/branches/users/glyph/q
source_changes at macosforge.org
source_changes at macosforge.org
Sat Aug 11 01:55:53 PDT 2012
Revision: 9685
http://trac.macosforge.org/projects/calendarserver/changeset/9685
Author: glyph at apple.com
Date: 2012-08-11 01:55:52 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
don't connect to myself
Modified Paths:
--------------
CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py
Property Changed:
----------------
CalendarServer/branches/users/glyph/q/
Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py 2012-08-11 08:55:52 UTC (rev 9684)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py 2012-08-11 08:55:52 UTC (rev 9685)
@@ -1082,6 +1082,7 @@
(node.port == self.ampPort))]
if selves:
self.thisProcess = selves[0]
+ nodes.remove(self.thisProcess)
yield self.thisProcess.update(pid=self.pid,
time=datetime.now())
else:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/f7e9bd45/attachment.html>
More information about the calendarserver-changes
mailing list