-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support workflow and step level retry strategy #451
Comments
ContainerOp.with_retryStrategy()
ContainerOp.with_retry_strategy()
ContainerOp.with_retry_strategy()
ContainerOp.with_retry_strategy(limit: int)
ContainerOp.with_retry_strategy(limit: int)
we already supported step level retry: pipelines/sdk/python/kfp/dsl/_container_op.py Line 799 in 895645c
|
Argo does not have workflow level retry. |
@gaoning777 Can we retry from the UI for a specific step? |
Unfortunately not. Currently, the retry can be configured in the DSL and the backend automatically retries the steps if they fail. If your user scenario is to be able to rerun a specific step, we are working on the KFP caching such that a pipeline can be rerun without rerunning all steps. |
@gaoning777 can you please provide a link to the GH issue that is tracking this effort? |
@gaoning777 I would also be interested in tracking this ticket if it exists. (for retrying individual steps) |
* Support Python functions in workflows * Include job types * Skip test * Incorporate feedback * Use single Workflow class * Fix pylint instance attribs
No description provided.
The text was updated successfully, but these errors were encountered: