App failing in CDG

My app is dead and I tried :

  • app restart
  • scaling
  • deploy

Nothing works and I’ve nothing in logs.

Here is the fly releases:

$ fly releases
VERSION	STABLE	TYPE   	STATUS   	DESCRIPTION                    	  DATE                 
v16    	true  	release	dead     	Deploy image                   		17s ago             	
v15    	false 	scale  	failed   	Scale VM count: ["app, 0"]     		12m55s ago          	
v14    	false 	scale  	cancelled	Change vm size to shared-cpu-1x		27m35s ago          	
v13    	false 	scale  	cancelled	Change vm size to shared-cpu-1x		28m29s ago          	
v12    	false 	release	cancelled	Restart                        	  31m16s ago          	
v11    	false 	release	cancelled	Restart                        	  37m52s ago          	
v10    	true  	release	succeeded	Secrets updated                		2023-03-24T14:43:31Z	
v9     	true  	release	succeeded	Deploy image                   		2023-03-24T13:19:36Z	
v8     	true  	release	succeeded	Secrets updated                		2023-03-24T13:16:11Z	
v7     	true  	release	succeeded	Restart                        	  2023-03-07T14:28:07Z	
v6     	true  	release	succeeded	Restart                        	  2023-03-07T13:45:11Z	
v5     	true  	release	succeeded	Restart                        	  2023-03-07T10:25:16Z	
v4     	true  	release	succeeded	Restart                        	  2023-03-03T12:55:16Z	
v3     	true  	release	succeeded	Restart                        	  2023-03-03T11:20:50Z	
v2     	true  	release	succeeded	Deploy image                   		2023-03-02T15:29:58Z	
v1     	true  	scale  	succeeded	Change vm size to shared-cpu-1x		2023-03-02T14:14:36Z	
v0     	true  	release	succeeded	Deploy image                   		2023-03-02T14:13:28Z

And fly status --all:

$ fly status --all
App        
  Version  = 16                              
  Status   = dead                            
  Platform = nomad                           

Instances
ID      	PROCESS	VERSION	REGION	DESIRED	STATUS  	HEALTH CHECKS      	RESTARTS	CREATED              
0bb7a97d	app    	12     	cdg   	stop   	complete	                   	0       	35m25s ago          	
7dd05cea	app    	11     	cdg   	stop   	complete	                   	0       	42m1s ago           	
12a0e729	app    	10     	cdg   	stop   	complete	1 total, 1 critical	0       	2023-03-24T14:43:48Z

Have you tried a different region? Maybe there are issues with CDG?

We rebooted the host your app is running on to fix an issue. It should be back now.

If you are running an app with a single instance and a single volume, you should scale to 2+ instances. Our infrastructure is designed for apps with 2+ volumes, hosts go away and come back more frequently than they would on a platform like Digital Ocean. If you need your app to stay up, you should run multiple instances.

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