girder/large_image

Use a pooch data store for docs to allow retry_if_failed

Closed this issue · 2 comments

The docs use pooch.retreive, which doesn't expose retry_if_failed.

@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.

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.