jacobtomlinson / gha-anaconda-package-version

Get the latest version of an Anaconda package
MIT License
3 stars 4 forks source link

API timeouts #2

Closed jacobtomlinson closed 2 weeks ago

jacobtomlinson commented 4 years ago

It seems the API times out occasionally. Need to add some retries.

Example https://github.com/dask/dask-docker/runs/354207633

scottyhq commented 12 months ago

Have been getting 2023/10/10 17:40:07 Get https://api.anaconda.org/package/conda-forge/distributed/files: net/http: request canceled (Client.Timeout exceeded while awaiting headers) in logs recently, and made a small adjustment to increase timeout from 2 to 4 seconds rather than retries

jacobtomlinson commented 2 weeks ago

Closed by #17