npm run all

Anonymous
TRIAL

a year ago

Hi, I've being developing a new feature for my own website, a email queue using bull, but when I try to run the ./src/queue.js and the ./src/index with npm-run-all the railway just doesn't run the queue, only the index

event-loop-stats not found, ignoring event loop metrics…

RUNNING ON PORT 3000

POST /v1/users 201 321.486 ms - 14

0 Replies

Anonymous
TRIAL

a year ago

n/a


a year ago

your build command should never be a start command, please remove that.

if you have two processes that you need to run, that would need to be done with two railway services, one service for the web server and one for the queue system


Anonymous
TRIAL

a year ago

ok, thanks, I had no idea about this build command that shouldn't be the start


npm run all - Railway Help Station