BullMQ with SvelteKit
Simple example to set up background jobs in a SvelteKit app using BullMQ
Read detailed explanation here
Usage
Clone this repo
Install dependencies
pnpm i
Add REDIS_URL in your .env file.
Start the dev server
pnpm dev
or build and preview
pnpm build && pnpm preview