增加关键位人工输入

This commit is contained in:
dekun
2026-05-22 22:15:46 +08:00
parent 593f8fcff5
commit ac762b540c
20 changed files with 1541 additions and 42 deletions
+2
View File
@@ -93,6 +93,8 @@ class MonitorService:
return frozenset(out)
async def _maybe_forward_order_executor(self, sym: str, inst: str, push_metrics: dict) -> None:
if not self.settings.key_monitor.auto_scan_forward_executor:
return
fwd = read_forward_config(self.settings)
if not fwd.get("enabled"):
return