AstraLuma / catfind

Sphinx indexer & search engine
0 stars 0 forks source link

Be durable against server failures #10

Open AstraLuma opened 2 years ago

AstraLuma commented 2 years ago

Currently, if PyPI or RTD have outages when catfind is doing discovery, it may or may not be able to tell the difference.

Handle that more smarter.

AstraLuma commented 2 years ago

First step: Retries around known-service API calls.