How to only have one machine running at once?

Stand-by machines are only implemented for processes in AppsV2 that do not have a [[services]] section defined: Increasing Apps V2 availability

This is a known problem (?) for non-HTTP apps (?). In our case, multiple machines (same region) serve TCP connections despite the aggregate connection count being within soft_limit.

Sounds like you need a queue, or an orchestrator like temporal.io / apache airflow?

The crudest way is to provision just a single machine per app.

1 Like