Specifying machine auto start/stop without a services section

I have an app that has multiple process groups. Only one of these groups is a webserver that has a port to listen on, the rest are basically workers. I’m wondering how I can set the min_machines_running and auto_stop_machines parameters for the process groups that don’t have a port. I don’t know how fly handles the default start/stop for machines without a services section since these machines don’t receive an outside request. Since a services block without a port is invalid, what is the recommended way to do this?

1 Like

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