fix: dispatch detect start to mainland nodes
This commit is contained in:
@@ -97,6 +97,8 @@ ALTER TABLE ops_jobs ADD COLUMN IF NOT EXISTS metadata_json JSONB;
|
||||
_LOCAL_RUNTIME_ACTIONS = {
|
||||
"runtime.start_worker": "start_worker",
|
||||
"runtime.stop_worker": "stop_worker",
|
||||
"runtime.start_detection": "start_detection",
|
||||
"runtime.stop_detection": "stop_detection",
|
||||
"runtime.restart_api": "restart_api",
|
||||
"runtime.start_sync_agent": "start_sync_agent",
|
||||
"runtime.stop_sync_agent": "stop_sync_agent",
|
||||
|
||||
Reference in New Issue
Block a user