conf中为切换活动室使用者任务添加开关
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
zhbaor 2025-01-25 19:05:27 +08:00
parent afc067934b
commit d3f054f47f
2 changed files with 2 additions and 1 deletions

View file

@ -424,6 +424,7 @@ class SchedulerPart(ConfModel):
"mower.solvers.credit.CreditSolver": True,
"mower.solvers.infra.report.ReportSolver": True,
"mower.solvers.infra.switch_assistants.SwitchAssistantsSolver": True,
"mower.solvers.infra.switch_activity_users.SwitchActivityUsersSolver": False,
"mower.solvers.skland.SKLand": False,
"mower.solvers.mail.MailSolver": True,
"mower.solvers.fight.credit_fight.CreditFight": True,

View file

@ -294,7 +294,7 @@ class Scheduler:
logger.info("停止运行调度器")
return
except Exception as e:
logger.error(f"调度器报错退出:{e}")
logger.exception(f"调度器报错退出:{e}")
return