Machines not stopping

These are my concurrency settings in fly.toml

[http_service]
  auto_stop_machines = true
  auto_start_machines = true
  min_machines_running = 1
  [http_service.concurrency]
    type = "requests"
    soft_limit = 100
    hard_limit = 120

I have deployed the app across three regions, with two replicas running in each region. Currently, the app is experiencing a total traffic of 80 requests per second, as indicated in Grafana. However, despite this load, all replicas have been continuously running without any shutdowns for the past few hours. I am uncertain about what might be causing this situation. Can you please advise on what could be the issue?

1 Like

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