This commit is contained in:
毛鹏
2025-12-05 21:12:06 +08:00
parent 3ab7aad511
commit c3483f75ae

View File

@@ -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