Since yesterday, I’ve been experiencing unreliable response times in ams, mad and cdg. I tried all these 3 regions because the server has been responding at times, but hanging most of the time. No errors in monitoring, everything passes with flyctl doctor
. I set up a healthcheck and it has been passing and failing intermittently as well.
Is this because Im using a free plan? I tried to scale it using flyctl scale count 5
but it downscaled automatically. But I think the issue is not related to this because I had no issues last month in cdg using a free plan.
Also, when the app was responding, I realized there were a few requests getting 502, happened to be only the favicon ones which is kind of odd. Its a Rust app serving a React spa:
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
and all I do is building the app and exposing 8080 in my Dockerfile.