Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huksley/bullmq-nextjs
https://github.com/huksley/bullmq-nextjs
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/huksley/bullmq-nextjs
- Owner: huksley
- Created: 2023-03-21T11:44:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T08:13:10.000Z (over 1 year ago)
- Last Synced: 2024-11-06T20:29:42.299Z (2 months ago)
- Language: TypeScript
- Homepage: https://bullmq-nextjs.vercel.app
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BullMQ + NextJS
Bug: : Next.JS code recompilation with dev server results in outdated workers
See issue: https://github.com/taskforcesh/bullmq/issues/1720
## Using
1. git clone
2. nvm use 16
3. npm install
4. Start redis server
5. npm run dev
6. Press ping button at http://localhost:3000
7. Change code in components/queue/worker.ts (for example increment worker version)
8. Replies come from old worker code (and sometimes from new)