I have an app kcd
which is running 2 instances in den
right now. I want to add more instances so I run:
fly vol create data --size 3 --region ams
fly scale count 3
And watch ams
try to come up. Unfortunately it doesn’t and instead I get errors like this:
2023-01-18T16:56:07Z proxy[a8cadcac] ams [error]could not send HTTP request to instance: connection error: timed out
Or this:
2023-01-18T17:34:02Z proxy[19b35e45] ams [error]instance refused connection
I had this working yesterday, but had to scale down due to other issues I had. I’m trying to scale back up and experiencing these errors. I’m not sure what I’m doing wrong.