BullMQ + Redis demo
Enqueue a job below. This Next.js app only adds jobs to a queue in Redis — a separate worker process picks them up, works for ~3.5 seconds while reporting progress, and stores a result. Watch everything in detail in Workbench, the dashboard mounted inside this app.
Want to go deeper? Worker patterns lets you trigger long-running jobs, checkpointed retries, flows, rate limiting and CPU-heavy work, and watch what each one does.
Queue counts
–
waiting
–
active
–
delayed
–
completed
–
failed
Recent jobs
No jobs yet — add one above.