fix(runtime): prevent implicit scheduler startup (#6337)

This commit is contained in:
InfinityPacer
2026-08-16 19:48:22 +08:00
committed by GitHub
parent 54f093a099
commit 4e47cce5f2
8 changed files with 62 additions and 26 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ def init_scheduler():
"""
初始化定时器
"""
Scheduler()
Scheduler().init()
def stop_scheduler():