fix ci/cd
Deploy app frontend / app frontend (push) Successful in 1m13s
Deploy db-migrations / db-migrations (push) Successful in 56s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 42s
Deploy service couchdb / service couchdb (push) Successful in 15s
Deploy app frontend / app frontend (push) Successful in 1m13s
Deploy db-migrations / db-migrations (push) Successful in 56s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 42s
Deploy service couchdb / service couchdb (push) Successful in 15s
This commit is contained in:
@@ -50,8 +50,6 @@ const start = async () => {
|
||||
// Gracefully handle SIGINT
|
||||
process.on("SIGINT", async () => {
|
||||
changesStream?.stop();
|
||||
process.stdout.write("\n");
|
||||
process.exit(2);
|
||||
});
|
||||
|
||||
console.info("Service started from sequence", serviceSeqTracker.lastSeq);
|
||||
|
||||
Reference in New Issue
Block a user