You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the export we should try to distribute the load across multiple servers for most of the requests.
We can get a list of nodes by requesting a blob access token for the current archive. After that we can round-robin our requests in some way across different nodes mentioned in the archive (BlobAccessTokenPostOut#blobAccessInfo, BlobServerAccessInfo#servers).
Estimated: 4h
The text was updated successfully, but these errors were encountered:
When running the export we should try to distribute the load across multiple servers for most of the requests.
We can get a list of nodes by requesting a blob access token for the current archive. After that we can round-robin our requests in some way across different nodes mentioned in the archive (
BlobAccessTokenPostOut#blobAccessInfo
,BlobServerAccessInfo#servers
).Estimated: 4h
The text was updated successfully, but these errors were encountered: