Live status of the case-embedding pipeline. New cases get enqueued automatically (via a Supabase trigger when the ingest pipeline writes a new row to cases); a background worker inside this Node.js server polls every 2 minutes and drains anything pending. Use the controls below to inspect the queue, trigger an immediate manual drain, or surface stuck / failed jobs.
A long-lived loop inside this Node.js server polls the queue every 2 minutes and drains anything pending. Restarts on each deploy; resumes from queue state automatically.
Trigger an immediate capped drain (up to 10 batches per click, ~250 jobs) without waiting for the next background tick. Useful when you want to clear a backlog right now or verify the embedder is working after a config change.
No failed or stuck jobs. The queue is healthy.