Files
codex/codex-rs/exec-server/tests
starr-openai 62204429a8 Gracefully drain exec-server on shutdown signals
Add dedicated exec-server shutdown config and signal handling so the listener stops accepting new websocket connections while existing work drains up to a configurable timeout. Reject new process starts and HTTP requests once drain begins, and force remaining sessions on timeout or a second signal.

Add focused config, CLI, and signal shutdown tests for drain, timeout, second signal, and new connection/start rejection behavior.

Co-authored-by: Codex <noreply@openai.com>
2026-04-30 19:16:56 -07:00
..