Watch an async pipeline survive chaos — live.
A real job queue streamed over SSE: 3 workers, exponential backoff with jitter, max-3 retries, dead-letter. Run the chaos scenario — the provider starts failing 65% of calls, a worker dies mid-job — and watch the system absorb it instead of losing data. This is the state machine behind every reliable Celery / BullMQ / RQ deployment.
jobs
—
done
—
in flight
—
retries
—
dead
—
error rate
—
QUEUED0
RUNNING0
RETRYING0
DONE0
DEAD-LETTER0
WORKER POOL
w1idle · 0 done
w2idle · 0 done
w3idle · 0 done
LIVE LOG
Press start run — every queue event streams here in real time.