Skip to content

Commit

Permalink
KFP's use case.
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy Li <[email protected]>
  • Loading branch information
ScrapCodes and Tomcli authored May 8, 2021
1 parent 2721ae0 commit 2454c29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions teps/0065-retry-failed-tasks-on-demand.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ individually, mark tests for rerun.

1. CI/CD use case, manually rerun all the failed jobs for a particular pull
request.
2. As a backend for kubeflow, one would want to manually retry a failed
`pipelineRun` to optimally use the resources.
2. As a backend for Kubeflow Pipelines (KFP), one would want to manually retry a failed
`pipelineRun` to optimally use the resources. KFP already implemented this feature as the [pipeline 'retry' API](https://www.kubeflow.org/docs/components/pipelines/reference/api/kubeflow-pipeline-api-spec/#operation--apis-v1beta1-runs--run_id--retry-post) on the Argo backend.
3. If the pipeline failed due to external factors such as cluster node
failure and image registry disconnect, user can retry from the same
stage at a later time.
Expand Down Expand Up @@ -204,7 +204,7 @@ Why should this TEP _not_ be implemented?
[TEP-0015 Pending](0015-pending-pipeline.md).
This may be cumbersome, as opposed to
an API for retry. Also retry is also used by other pipeline engines e.g.
[Kubeflow](https://www.kubeflow.org/docs/components/pipelines/reference/api/kubeflow-pipeline-api-spec/#operation--apis-v1beta1-runs--run_id--retry-post)
[Kubeflow pipelines](https://www.kubeflow.org/docs/components/pipelines/reference/api/kubeflow-pipeline-api-spec/#operation--apis-v1beta1-runs--run_id--retry-post)


<!--
Expand Down

0 comments on commit 2454c29

Please sign in to comment.