Trying to build a queue for Next js 13 with custom api ( bull, next.js, redis) #2670
Replies: 3 comments 5 replies
-
You should use BullMQ instead. |
Beta Was this translation helpful? Give feedback.
-
@Redbeardjunior did you find a solution? if so, can you post it? |
Beta Was this translation helpful? Give feedback.
-
If you're trying to build a queue in Next.js 13 with Bull and Redis, you might want to consider using BullMQ instead of Bull, as it offers better features and performance. I faced similar issues when I was setting up my own task queue. If you're still stuck, I wrote a guide that details how to set up queue jobs in Next.js using BullMQ. It includes practical steps and solutions for common errors like the one you're encountering. You can check it out here: How to Set Up Queue Jobs in Next.js Using BullMQ. Feel free to copy and adapt the code as needed! |
Beta Was this translation helpful? Give feedback.
-
Hi developers i am trying to work on queue in next.js 13 with a custom api.
This is how far I got... the api is working the connection to redis is working but the middle is not working im trying to build the queue to learn and to grow for my personal project.
I'm stuck for 3 days now I did 1 script 2 script and a 3 script use that I just cut it in pieces, still no luck so I try my luck here.
im getting the following error:
second try:
I tried google the awnser, read all the website off the used software but still no luck at all.
Beta Was this translation helpful? Give feedback.
All reactions