imalzy
imalzy

Reputation: 25

NestJs/Bull, runs fine locally but does not work in the cloud

I'm facing an issue with implementing a Bull queue in my NestJS application. I'm using PM2 to manage the application and NGINX as a reverse proxy. The job IDs are stored in Redis, but for some reason, everything just stops and the Bull queue doesn't process the jobs as expected.

I've tried the following:

Using both local Redis and cloud Redis (e.g., Redis Cloud). Verified that Redis is running and accessible. Ensured that my Bull queues are correctly initialized in NestJS. Restarting the app with PM2. However, the issue persists, and jobs in the queue don't seem to get processed consistently. Any ideas or suggestions on what might be causing this?

Tech Stack:

Additional Info:

enter image description here

Upvotes: 0

Views: 40

Answers (0)

Related Questions