From 2257aaf79d2c2373377bcb1a27dc8fa0d29a1022 Mon Sep 17 00:00:00 2001 From: Saurabh Asthana Date: Fri, 7 Mar 2025 16:49:03 -0800 Subject: [PATCH] fix retry strategy --- polyphemus/workflows/argo/ingestion/workflow.yaml | 2 -- polyphemus/workflows/templates/run-job-template.yaml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/polyphemus/workflows/argo/ingestion/workflow.yaml b/polyphemus/workflows/argo/ingestion/workflow.yaml index f3dc2c3a7f..01efb25215 100644 --- a/polyphemus/workflows/argo/ingestion/workflow.yaml +++ b/polyphemus/workflows/argo/ingestion/workflow.yaml @@ -36,8 +36,6 @@ spec: - name: version_number value: "{{workflow.parameters.version_number}}" - name: deposit-update - retryStrategy: - limit: "5" templateRef: name: run-job-template template: run-job diff --git a/polyphemus/workflows/templates/run-job-template.yaml b/polyphemus/workflows/templates/run-job-template.yaml index c51f87cd55..3ab5930234 100644 --- a/polyphemus/workflows/templates/run-job-template.yaml +++ b/polyphemus/workflows/templates/run-job-template.yaml @@ -8,6 +8,8 @@ metadata: spec: templates: - name: run-job + retryStrategy: + limit: 5 inputs: parameters: - name: job