Status

host readout · every 5s

checking the box…

Reading the desk.

One EC2 box, signed into somebody's ChatGPT plan, running one Codex turn at a time. This page polls the host and reports what it actually says — nothing here is inferred from a green checkmark.

chatgpt · — code-mode host · — queue · — plan · —

poll every 5s

never checked

The box

/health/codex · chatgpt_quota · /v1/account/rate-limits

ChatGPT login checking The server signs in, not you. There is no API key in this console.
ChatGPT plan checking plan_type, primary used %, resets, reached — ChatGPT plan, not Platform.
code_mode_host checking Official codex-code-mode-host binary on disk.
Broker process checking app-server child that every turn is spoken to.
Queue depth checking Pending plus running, across every session on this host.
Oldest wait checking How long the front of the line has been waiting.
Broker memory checking Resident set size reported by the host.

One turn at a time. The worker is serialized (concurrency: 1), so a second turn does not run slower — it does not run at all until the one above it finishes. Queue position on this page is real FIFO order, not an estimate.

The queue

/v1/queue

running · — waiting · — scope · —

Last errors

/v1/jobs

What this page asked

every endpoint, every poll

A 404 here is not a fault — it means the route has not landed on this build yet, and the page falls back to whatever does answer.