The GitHub Actions job "Tests (AMD)" on 
airflow.git/constraints-check-parallel-pypi has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e1c1256ca8f866b106151006fce089bd02d26b93 / Jarek Potiuk <[email protected]>
Retry PyPI fetches that come back throttled

Asking PyPI about ~770 pins ten at a time is enough of a burst that it can 
answer
with a 429, and a single throttled answer used to fail that package for the 
whole
run. Retrying a few times, waiting as long as PyPI asks when it says so, keeps a
momentary throttle from being reported as an outdated-package result.

Results are matched to packages by position, so a fetch returning out of order
would put another package's versions on the row rather than visibly reshuffle 
the
table; that pairing is now covered.

Report URL: https://github.com/apache/airflow/actions/runs/32249526464

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to