-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spread out
UploadCompleter
load (#11590)
* Spread out UploadCompleter load Replaces the use of a `Ticker` with an `Interval` to reduce the chance of auth servers `UploadCompleter` from synchronizing `run` loops. Without this auth servers are essentially racing against each other to upload any unfinished uploads. This was causing an increase in network utilization every 10 mins. This also prevents any missing parts of an upload from prematurely ending the unfinished upload process. Doing so only causes a back log of uploads that will never be completed during any of the subsequent calls to `CheckUploads` in the future. (cherry picked from commit d3de6c4)
- Loading branch information
1 parent
970ab98
commit ba913c1
Showing
1 changed file
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters