Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for restart policy in live/batch flows #883

Open
andriihomiak opened this issue Jul 15, 2022 · 2 comments
Open

Add support for restart policy in live/batch flows #883

andriihomiak opened this issue Jul 15, 2022 · 2 comments
Labels
feature request New feature or request

Comments

@andriihomiak
Copy link
Contributor

neuro CLI supports --restart flag for specifying restart policy, and it would be useful to support it in neuro-flow as well

@andriihomiak andriihomiak added the feature request New feature or request label Jul 15, 2022
@asvetlov
Copy link
Contributor

Please be more precise. Where exactly in YAMLs do you want to support 'restart' and why?

@andriihomiak
Copy link
Contributor Author

andriihomiak commented Jul 15, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants