def _start_heartbeat(self):
"""
Start heartbeat coroutine for watch status of etcd.
:return:
:rtype: gevent.Greenlet
"""
co = gevent.spawn(self._heartbeat_handler)
log.info('watcher_handler(%s) started.', co)
return co
#### coroutine handler ####
评论列表
文章目录