-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Http client should have some retry #7
Comments
Got example from logs: [Errno 104] Connection reset by peer
|
This is the situation that isn't going to work, downloading all the variants at once over a network. Let's stick to local files for now, and make sure everything works before using a network, |
I was running on stream from #3 and after some time I can see that some variant subProcesses fail.
running [email protected]
I did some log parsing and found some kind of variant hls fetch error... "Connection closed by remote peer" or similar (I have rewritten it from memory, not copy pasted). Upstream server was CDN from Akamai, therefore probably solid connection..
Is there any easy way to add some http retrys with minimal backoff to http request on some errors (most probably http code 5xx, timeout, connection failure)? something like in https://stackoverflow.com/questions/9446387/how-to-retry-urllib2-request-when-fails
Why - Fetching Two variant streams makes double trouble ... But six - ... :)
The text was updated successfully, but these errors were encountered: