GlobalPathogenAnalysisService / gpas-cli

The CLI client for GPAS SC2
Other
5 stars 2 forks source link

Log a warning when an httpx.RequestError is raised, caught and retried #83

Closed bede closed 1 year ago

bede commented 1 year ago

Would be a useful debugging aid to understand when client connection retries are happening, for eg #82

Maybe trigger logging.warning to stderr

bede commented 1 year ago

Tenacity throws RetryError if retries fail. This is fine. Closing