示例#1
0
 def _on_remote_node_timeout(self, node, gateway):
     DistantWorker._on_node_timeout(self, node)
     self.logger.debug("_on_remote_node_timeout %s via gw %s", node, gateway)
     self._close_count += 1
     self._has_timeout = True
     self.gwtargets[gateway].remove(node)
     self._check_fini(gateway)
示例#2
0
 def _on_remote_node_timeout(self, node, gateway):
     DistantWorker._on_node_timeout(self, node)
     self.logger.debug("_on_remote_node_timeout %s via gw %s", node,
                       gateway)
     self._close_count += 1
     self._has_timeout = True
     self.gwtargets[gateway].remove(node)
     self._check_fini(gateway)
示例#3
0
 def _on_node_timeout(self, node):
     DistantWorker._on_node_timeout(self, node)
     self._has_timeout = True
示例#4
0
 def _on_node_timeout(self, node):
     DistantWorker._on_node_timeout(self, node)
     self._close_count += 1
     self._has_timeout = True
示例#5
0
 def _on_node_timeout(self, node):
     DistantWorker._on_node_timeout(self, node)
     self._has_timeout = True
示例#6
0
 def _on_node_timeout(self, node):
     DistantWorker._on_node_timeout(self, node)
     self._close_count += 1
     self._has_timeout = True