mirror of
https://gitee.com/mao-peng/MangoTestingPlatform.git
synced 2025-12-06 11:59:15 +08:00
优化
This commit is contained in:
@@ -153,8 +153,6 @@ class AutoSystemConfig(AppConfig):
|
||||
self.system_task.join()
|
||||
except AttributeError:
|
||||
pass
|
||||
# 停止全局调度器
|
||||
self.stop_scheduler()
|
||||
|
||||
def init_ass(self):
|
||||
try:
|
||||
@@ -217,7 +215,6 @@ class AutoSystemConfig(AppConfig):
|
||||
except Exception as e:
|
||||
log.system.error(f'停止调度器异常: {e}')
|
||||
|
||||
|
||||
def set_case_status(self):
|
||||
from django.db import transaction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user