cobalt.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:cobalt 作者: PressLabs 项目源码 文件源码
def start(self):
        """Starts Cobalt only if the ETCD versions match with the defined one.

        Returns:
             bool: If the start operation succeded or not
        """
        if not self._ensure_versions_match():
            return False

        routines = []
        for _, service in self.services.items():
            routines += service.start()

        gevent.joinall(routines)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号