I have an app deployed with auto_stop_machines = "suspend"
.
If I enable health checks by http_service.checks
, will it conflict with auto stop?
I mean, will the health check keep the machine running, and will it never auto-stop?
I have an app deployed with auto_stop_machines = "suspend"
.
If I enable health checks by http_service.checks
, will it conflict with auto stop?
I mean, will the health check keep the machine running, and will it never auto-stop?
Hi… No, the health checks won’t keep the Machine awake. It only counts requests that come in from the outside via the Fly Proxy.
Occasionally you will see health checks attempted when most people wouldn’t expect them, though.
Hope this helps!