job_submitter.py 文件源码

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

项目:erna 作者: fact-project 项目源码 文件源码
def run(self):
        while not self.event.is_set():
            try:
                self.process_pending_jobs()
            except peewee.OperationalError:
                log.warning('Lost database connection')
            except:
                log.exception('Error during submission')
            self.event.wait(self.interval)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号