Global scheduler supports configuring hot updates (#2807)

* Check if the controller port is available

* Global scheduler supports configuring hot updates

* add interface: /controller/scheduler

* add interface: /controller/scheduler
This commit is contained in:
lddfym
2025-07-11 13:38:07 +08:00
committed by GitHub
parent abbbd0cddc
commit b5e4288704
6 changed files with 207 additions and 108 deletions

View File

@@ -142,12 +142,6 @@ class LLMEngine(object):
disable_any_whitespace=self.cfg.disable_any_whitespace,
)
def reset_scheduler(self):
"""
Reset the scheduler to its initial state.
"""
self.scheduler.reset()
def start(self, api_server_pid=None):
"""
Initializes the engine and starts its sub-services.