You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("unable to continue with PostInit while a zombie. please restart the machine using `fly machine restart %s --app %s`", os.Getenv("FLY_ALLOC_ID"), n.AppName)
200
+
fmt.Println("If you feel like this is a mistake, you can force a retry by deleting the zombie.lock file")
201
+
fmt.Println("Sleeping for 2 minutes.")
202
+
time.Sleep(2*time.Minute)
203
+
204
+
returnfmt.Errorf("unrecoverable zombie")
206
205
}
207
206
208
207
// Ensure local PG is up before establishing connection with consul.
0 commit comments