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:
- Fill in the form and click "Start Background Job"
- Job is added to Redis queue (BullMQ)
- Separate worker process handles the job in multiple steps
- You can close this tab - job continues in background
- When complete, you'll receive an email notification
Tech Stack:
BullMQ + Redis + Worker Process + Resend Email