Files
claude-timemachine 004ee6dbfd
CI / validate (push) Successful in 38s
CI / docker (push) Successful in 16s
automc: drop waker gate on backend-down predefined status
Previously, the predefined "asleep" MOTD response on backend-dial-failure
was only served when the route had a waker registered. For static fleets
(no auto-scale) the gate left clients with a silently-closed TCP socket on
status-pings whenever the backend was down — they couldn't tell whether
the route was wrong, the host was offline, or the proxy was down.

Drop the `waker != nil` gate so any known route's dial-failure on
NextState=Status falls back to the configured asleep/loading MOTD. The
existing per-route override + global AUTO_SCALE_ASLEEP_MOTD chain handles
the actual text. Login attempts still close silently as before — only
status pings get the fallback.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-08 18:24:32 +02:00
..
2025-07-13 10:00:40 -05:00
2025-07-13 10:00:40 -05:00