How can I force a VM to stop?

I launched a new version of my app ~30 minutes ago. The old version is still running despite it’s desired state being “stop”.

This is a serious problem because they’re not compatible with each other on a basic level. The asset bundle VM A tells you to use gets a 404 from VM B and vice versa. So the odds of the website being entirely broken are quite high.

hey, can you share what you see when you run fly status ?

@kwaw It’s gone now but it looked like this

Instances
ID      	PROCESS	VERSION	REGION	DESIRED	STATUS 	HEALTH CHECKS     	RESTARTS	CREATED   
ee836dc3	app    	32     	sjc   	run    	running	1 total, 1 passing	0       	6h25m ago

but with a second ID with the “DESIRED” status of “stop”.

Looking at it grafana it was stuck running for ~10 hours.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.