From 5dcddf7bdae1fa490bafe451de3cb63cca49d4db Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Fri, 19 Dec 2025 12:23:11 -0800 Subject: [PATCH] .github/workflows/ingest: Update schedule to 17:15 UTC Avoid the start of the hour to avoid getting dropped during high load times. --- .github/workflows/ingest-to-phylogenetic.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ingest-to-phylogenetic.yaml b/.github/workflows/ingest-to-phylogenetic.yaml index 5d5fcdc..690aa0f 100644 --- a/.github/workflows/ingest-to-phylogenetic.yaml +++ b/.github/workflows/ingest-to-phylogenetic.yaml @@ -26,10 +26,12 @@ on: # Tool that deciphers this particular format of crontab string: # - https://crontab.guru/ # - # Runs at 5pm UTC (1pm EDT/10am PDT) since curation by NCBI happens on the East Coast. + # Runs at 5:15pm UTC (1:15pm EDT/10:15am PDT) since curation by NCBI happens on the East Coast. # We were running into invalid zip archive errors at 9am PDT, so hoping an hour # delay will lower the error frequency - - cron: '0 17 * * *' + # Avoid start of the hour to avoid getting dropped during high load times: + # - https://github.com/nextstrain/.github/issues/153 + - cron: '15 17 * * *' workflow_dispatch: inputs: