Hi,
I’m still trying to get familiar with the machines API and it seems incredibly useful! I still have some questions regarding the API models when deploying/updating machines.
-
Is there a way to set
services.ports.tls_options
when deploying machine apps with the REST API? I tried to set it along with the other properties in theservices.ports
section, but it seems to be ignored. -
The response from the create machines API has an
init
section that I couldn’t find any documentation for on the Machines API Reference docs. Could this be used to do something like thedeploy.release_command
from the fly.toml config? -
Will the
processes-section
eventually also be supported on the machines API, or would you always need seperate machines for stuff like background workers? I understand, this would be challenging with shutdown of one process on the machines.
I hope I didn’t miss any other topics covering these questions already.
Thanks in advance!
Timo