changeset 380:ff46277b466c

Remove overzealous partial merge of heartbeating code.
author wbell
date Tue, 24 Jul 2007 19:11:00 +0000
parents 0df178e07fdb
children 166dcdb9269e
files bitten/slave.py
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/slave.py
+++ b/bitten/slave.py
@@ -59,15 +59,6 @@
         self.work_dir = work_dir
         self.keep_files = keep_files
         self.single_build = single_build
-        self.schedule(120, self._send_heartbeat)
-
-    def _send_heartbeat(self):
-        for channelno in self.channels.keys():
-            if channelno == 0:
-                log.info("Sending heartbeat on channel %s" % channelno);
-                self.channels[channelno].send_heartbeat()
-        self.schedule(120, self._send_heartbeat)
-
 
     def greeting_received(self, profiles):
         """Start a channel for the build orchestration profile, if advertised
Copyright (C) 2012-2017 Edgewall Software