Private
Public Access
1
0

fix: enable services, fix config parsing, make migrations idempotent (#62)

This commit is contained in:
Draco-Lunaris-Echo
2026-06-09 13:04:11 -05:00
committed by GitHub
parent ec41091721
commit 4cac290502
8 changed files with 133 additions and 85 deletions

View File

@ -49,7 +49,8 @@ health_check_poll_interval_secs = 300
# Maximum concurrent mTLS agent calls (Tokio Semaphore)
max_concurrent_agent_calls = 64
# Worker heartbeat write interval (seconds)
# Worker heartbeat write interval (seconds). Default: 300 = 5 minutes
heartbeat_interval_secs = 300
# WS relay HTTP polling fallback interval (seconds). When WebSocket connection to
# an agent fails, the relay falls back to polling the agent's HTTP API at this