Skills
Claude Code self-hosted runners get graceful drain and per-connection proxy auth
claude self-hosted-runner --defer-shutdown-max-min <minutes> keeps serving attached sessions on SIGTERM, parks whatever is left after the deadline, then exits, so a rolling deploy no longer kills live sessions. Two new flags, --proxy-authorization-command and --proxy-authorization-file, cover egress proxies that demand a freshly issued Proxy-Authorization header on every connection. The release also stops the server from evicting a runner after one slow or lost poll and handing its healthy session to another runner.
↳ Follow the thread