-
Notifications
You must be signed in to change notification settings - Fork 512
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
Implement exponential backoff for HTTP PUT #1095
Labels
priority: P1
Big impact or workaround impractical; resolve before feature release
type: enhancement
New feature or request
Milestone
Comments
Totally on board with this. |
joeyparrish
added
type: enhancement
New feature or request
priority: P1
Big impact or workaround impractical; resolve before feature release
labels
Sep 7, 2022
I am trying to compile shaka-packager using these instructions, but getting the following error. I assume it has to do with the branch changes since the output logs mentions things are pulled from master and not main.
Update: Solved this by editing
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: P1
Big impact or workaround impractical; resolve before feature release
type: enhancement
New feature or request
A feature request to track adding an exponential backoff strategy for HTTP PUTs.
shaka-packager/packager/file/http_file.cc
Lines 212 to 213 in 31129ee
Not backing is sometimes problematic, as seen in here: shaka-project/shaka-streamer#103 (comment)
The text was updated successfully, but these errors were encountered: