Use a pooch data store for docs to allow retry_if_failed
Closed this issue · 2 comments
manthey commented
The docs use pooch.retreive
, which doesn't expose retry_if_failed
.
manthey commented
@annehaley CircleCI sometimes gets a 500 error when downloading from dkc. The retry on the main datastore gets over this; we should do the same in the docs so that there are fewer spurious CI failures.
manthey commented
While we are at it, the urls for dkc data should use the api/v1/file/hashsum/{algo}/{hashvalue}/download
route rather than the item id route.