Hi everyone. Hope you’re all well. I am new on fly.io
Thing is, I am working for my organization and my fly.toml files have this in them
[http_service]
internal_port = 5050
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']```
Thing is, I notice my app running most of the time even though I am sure it is not receiving any app (this is a backend REST api).
I checked on fly.io webpages and couldn't understand somethings. For example, how much idle time does it wait for the app before it shuts it down?
I am hoping any one of you could help me understand the behavior of this auto_stop and auto_start feature.
Thank you