Background Job Demo

Test BullMQ + Worker + Redis. Click to enqueue a task, then close the tab. You'll receive an email when it's complete.

🧪 How it works:

  1. Fill in the form and click "Start Background Job"
  2. Job is added to Redis queue (BullMQ)
  3. Separate worker process handles the job in multiple steps
  4. You can close this tab - job continues in background
  5. When complete, you'll receive an email notification

You'll receive a completion email at this address

More steps = longer processing time (10-15 seconds)

Tech Stack:

BullMQ + Redis + Worker Process + Resend Email