We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should be fixed after #90 (API) is done.
Users should be able to set timeouts and retry options for jobs.
Implement these features in the create job UI, mapped to the fields listed below in the API.
All of these inputs should be optional and should only be sent in the API request if they are present (nonblank/defined).
#45 (comment)
The text was updated successfully, but these errors were encountered:
Agreed, especially on retries. Sometimes internet dependent processes get hung or a Docker container crashes for unknown reasons.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem
This should be fixed after #90 (API) is done.
Users should be able to set timeouts and retry options for jobs.
Proposed Solution
Implement these features in the create job UI, mapped to the fields listed below in the API.
All of these inputs should be optional and should only be sent in the API request if they are present (nonblank/defined).
Additional context
#45 (comment)
The text was updated successfully, but these errors were encountered: