nextstrain / ncov-ingest

A pipeline that ingests SARS-CoV-2 (i.e. nCoV) data from GISAID and Genbank, transforms it, stores it on S3, and triggers Nextstrain nCoV rebuilds.
MIT License
36 stars 20 forks source link

Add retries to trigger rules #463

Closed joverlee521 closed 4 months ago

joverlee521 commented 4 months ago

Description of proposed changes

Add retires to trigger rules so that the workflow can automatically retry them if it encounters transient network errors.

Picked 5 retries to match what is set for the various fetch rules.

Related issue(s)

Resolves https://github.com/nextstrain/ncov-ingest/issues/462

Checklist

joverlee521 commented 4 months ago

I plan to merge this on Monday.