Deployment crashed emails
leadas
PROOP

9 days ago

Some time ago I've received email after each build, that deployment crashed, then did some changes and it was smooth (deployment works fine even with emails). Now those emails are back. Cannot figure what to do to avoid them. Deployment id: 6e714500-d5db-41d5-805b-3924cfe8dec6

11 Replies

Are you running a Node application?


leadas
PROOP

9 days ago

Yes


Is your start command something like npm run start?


leadas
PROOP

9 days ago

yes, it is npm start which executes node init-database.js && node server.js



leadas
PROOP

9 days ago

changed to node init-database.js && node server.js but still received email


Did you receive an email just once after you applied the change?


Or does it keep happening


leadas
PROOP

9 days ago

after build completed, received email


leadas
PROOP

9 days ago

looks, like issue was with health check, need to double confirm it


leadas
PROOP

9 days ago

nah, looks like issue somewhere else


Loading...