| Filename | Latest commit message | Latest commit date |
|---|---|---|
RELOAD_PENDING stays true on any failed reload, and reload_if_pending fires on every 10-second spawn_poll tick. When the gateway is down or nginx config is bad this hammers systemctl indefinitely. Fix: track LAST_FAILED_RELOAD (unix timestamp). reload_if_pending backs off to one attempt per RELOAD_RETRY_SECS (30s) after a failure. Fresh write() calls reset the backoff so new topology changes still attempt reload immediately. Fixes #1113. |
||
| .. | ||
| src | ||
| Cargo.toml | ||