Skip to content

Commit

Permalink
fix retry strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
graft committed Mar 8, 2025
1 parent d75a5fb commit 2257aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions polyphemus/workflows/argo/ingestion/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions polyphemus/workflows/templates/run-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
spec:
templates:
- name: run-job
retryStrategy:
limit: 5
inputs:
parameters:
- name: job
Expand Down

0 comments on commit 2257aaf

Please sign in to comment.