Old instance not stopping

I have an old instance that keeps running after new deploys. The desired state is shown as stop, but the status doesn’t change from running.

Here’s the current list of instances:

Instances
ID      	PROCESS	VERSION	REGION	DESIRED	STATUS 	HEALTH CHECKS     	RESTARTS	CREATED    
bff835b8	app    	28 ⇡   	ams   	run    	running	1 total, 1 passing	0       	34m22s ago	
6debddb4	cron   	28 ⇡   	ams   	run    	running	                  	0       	34m22s ago	
3791d198	app    	18     	ams   	stop   	running	1 total, 1 passing	1       	22h41m ago	

It looks like the old process was stopped eventually:

Instances
ID      	PROCESS	VERSION	REGION	DESIRED	STATUS 	HEALTH CHECKS     	RESTARTS	CREATED              
bff835b8	app    	28     	ams   	run    	running	1 total, 1 passing	0       	2023-01-08T14:11:11Z	
6debddb4	cron   	28     	ams   	run    	running	                  	0       	2023-01-08T14:11:11Z	

1 Like