Closed simonw closed 2 years ago
https://www.python-httpx.org/advanced/#timeout-configuration says default is 5s - I'm going to bump that up to 10s.
Bumping it up to 10s is good enough for the moment.
Hit this again, during a really long --folder
operation.
It's frustrating because it means I have to start the thing running again - it loses its context.
I think I want an exponential backoff retry here.
Or... bump it up to 30s, which seems to work fine.
Got this exception while testing code from #7: