@rushsteve12 @OldhamMade you can try tweaking the health check grace period in fly.toml
. It’s possible the process is just taking longer to boot up than we wait for health checks by default.
Try adding this in the health check block:
grace_period = "10s"
I had to do that in our LiveView cluster example.