If one of my machines fail I don’t want it to restart. I’m not seeing where I can set the restart policy. Attempting to add it to the configuration leads to a server time out.
Most our services rely on health checks. Any timeline for these for Machines?
If there aren’t health-checks for Machines, what does the restart-policy act on? Does it monitor the exit code to apply restart-policies?
a. Does no mean, a new vm is started on next request?
b. Does always mean, even if it exits with 0, the main process is restarted inside the existing vm?
c. Does on-failure mean, only on non-zero exit codes, the main process is restarted in the existing vm?
What does the default policy do? In all our Machine configs, the restart-policy is empty.