Running supervisor to scale workers

Currently setting up supervisor to scale RQ workers under load. I get the following error: http://localhost:9001 refused connection exit status 4. When i try starting the worker via the CLI with Railway Run. Any suggestions?
5 Replies
Percy
Percy2y ago
Project ID: ec80508e-d5a8-4f2f-8222-d14d07b6307e
mitchell
mitchell2y ago
ec80508e-d5a8-4f2f-8222-d14d07b6307e
Percy
Percy2y ago
It appears that the connection to the localhost is being refused. You may need to check the configuration of the supervisor to ensure that it is set up correctly and that the correct port is being used.
⚠️ experimental feature
mitchell
mitchell2y ago
This souds like what i found out already, What port does railway use? also, apparanly i am unable to run commands such as "railway run netstat -an | grep LISTEN" to see what ports are being used. The cli doesnt even return the list of environments to run the command at it just stays static.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View