feat: auto heartbeat governor (elastic backoff)

(cherry picked from commit 2d1d691879)
This commit is contained in:
DevBot
2026-02-23 11:12:54 +00:00
committed by Abhimanyu Saharan
parent fa445127d9
commit 2a3b1022c2
7 changed files with 464 additions and 9 deletions

View File

@@ -84,6 +84,10 @@ class Settings(BaseSettings):
# OpenClaw gateway runtime compatibility
gateway_min_version: str = "2026.02.9"
# Auto heartbeat governor
auto_heartbeat_governor_enabled: bool = False
auto_heartbeat_governor_interval_seconds: int = 300
# Logging
log_level: str = "INFO"
log_format: str = "text"