feat: auto heartbeat governor (elastic backoff)
(cherry picked from commit 2d1d691879)
This commit is contained in:
committed by
Abhimanyu Saharan
parent
fa445127d9
commit
2a3b1022c2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user