Skip to content

Commit

Permalink
Merge branch 'master' into feat/cron-stac-validate-tde-1136
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed May 21, 2024
2 parents d666e46 + 0da70b2 commit 57e17e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflows/stac/stac-validate-parallel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ spec:
image: ''
templates:
- name: main
retryStrategy:
limit: '0' # avoid retrying any of the following task as `tpl-at-stac-validate` already retries its own tasks.
dag:
tasks:
- name: aws-list-collections
Expand All @@ -63,6 +65,8 @@ spec:
depends: aws-list-collections
withParam: '{{tasks.aws-list-collections.outputs.parameters.files}}'
- name: aws-list-collections
retryStrategy:
limit: '2' # force retrying this specific task
container:
image: '019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/argo-tasks:{{=sprig.trim(workflow.parameters.version_argo_tasks)}}'
command: [node, /app/index.js]
Expand Down

0 comments on commit 57e17e6

Please sign in to comment.