You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jobs.<job>.restart, and defaults.restart in live.yaml with values of never|always|on-fail (never being the default one). Reasoning - being able to deploy a job, which needs to restart on failure. Particular use-case: web-server for model inference, described in live.yaml, which might sometimes fail due to various reasons. Although batch contexts might be less suited for restart policy.
neuro
CLI supports--restart
flag for specifying restart policy, and it would be useful to support it inneuro-flow
as wellThe text was updated successfully, but these errors were encountered: