relay/digest
worker online

Background jobs, without the waiting room

Queue the work.
Keep the promise.

A tiny, durable import service that accepts a CSV now and builds a clean digest behind the scenes.

202 acceptedfast request pathidempotentsafe to retry
01

Queue an import

POST /api/imports
email, name

Paste a CSV, then queue it for the next worker run.

02

Recent runs

Authenticate above to see your import history.
Worker handoff

Vercel Cron runs nightly at 02:00 UTC. A stale lease is returned to the queue automatically.