splitter.py 文件源码

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

项目:felix 作者: axbaretto 项目源码 文件源码
def on_datamodel_in_sync(self):
        if not self._cleanup_done:
            # Datamodel in sync for the first time.  Give the managers some
            # time to finish processing, then trigger cleanup.
            self._cleanup_done = True
            _log.info("No cleanup scheduled, scheduling one.")
            gevent.spawn_later(self.config.STARTUP_CLEANUP_DELAY,
                               functools.partial(self._do_cleanup,
                                                 async=True))
        self._cleanup_done = True
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号