How to change the idle time before machine is auto-stopped?

Hi!

The configuration of my app is as follows:

[http_service]
  internal_port = 8080
  force_https = true
  auto_stop_machines = true
  auto_start_machines = true

I noticed that if the app is idle for 5 min, then it is auto-stopped. Which is fine, I like it.
Is it possible to change this time? I would like to increase it to, say, 15-20 min.

1 Like

hi @vplagov

It’s not possible to change the idle time before a Machine is automatically stopped. When the app is deployed, it will take about 5 minutes for a Machine to be stopped when idle, and after that Fly Proxy checks whether to stop Machines every few minutes.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.