PM2, Redis, Express, Sticky Sessions Error: not worker #4869
Unanswered
vito-vanhecke
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to make an application that scales over multiple CPU's using PM2 and Scales over multiple servers using the redis-streams-adapter.
Whenever I try to start the app in cluster mode I get the following error in PM2 logs:

The code looks as follows (index.js):
And my PM2 config file (ecosystem.config.js):
The error just happens as soon as I start the process with pm2 start...
Beta Was this translation helpful? Give feedback.
All reactions