What this is

Backpressure Arcade is a deterministic, event-driven queue simulator disguised as a neon operations game. Every arrival, exponential service time, finite-buffer rejection, timeout, retry, late completion, scale-up delay, and scale-down decision changes the system users can see. The three presets replay the same seeded traffic, while live controls let users test whether capacity, admission control, retry discipline, or autoscaling actually restores service.

Why this is mind-blowing

Overload is not a red filter painted over a healthy animation. A short spike grows the real FIFO queue; longer waits cross real deadlines; those deadlines schedule real retries; the retries consume real worker time even when their original callers have already given up. Recovery only appears when completions outrun admitted attempts. The measured Little’s Law panel then compares time-averaged work in the system with observed departure rate times observed sojourn time, including the honest transient gap from requests still trapped inside.