Cancel running processes from previous deploy

Hi there, I have a web service running a node service that begins in the start command. It seems that when I deploy again the previous deploy doesn’t stop and it continues to run and now I have two deploys that are “live”. Is there a way to cancel the previous deploys processes?

Thanks

Hi @ShaeSco, I confirmed that you only have one live deploy. It appears as though you do have multiple processes running inside your service. Since it sounds like that’s undesirable, I’d recommend that you debug your start command to figure out why it’s starting more processes than you want.