mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-17 08:05:09 +00:00
dc978f847d
- Replace immediate exit 1 with retry-with-backoff in all daemon mode paths (dependency checks: 5 retries, 30/60/90/120/150s; config file: 5 retries, 15/30/45/60/75s) - Make socat missing non-fatal in daemon mode (agent continues without stats) - Add SystemD StartLimitBurst=5/StartLimitIntervalSec=120 for new installs - Add macOS launchd ThrottleInterval=30 for new installs - Fix Linux daemon fallback to installer mode (would hang on interactive read) Co-authored-by: Cursor <cursoragent@cursor.com>