-
Notifications
You must be signed in to change notification settings - Fork 104
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
Limit concurrency #329
Draft
hayesgb
wants to merge
10
commits into
main
Choose a base branch
from
limit-concurrency
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Limit concurrency #329
Commits on Nov 9, 2021
-
Add
max_concurrency
option to limit concurrencyThis adds a new keyword to AzureBlobFileSystem to limit the number of concurrent connectiouns. See pangeo-forge/pangeo-forge-recipes#227 (comment) for some motivation. In that situation, we had a single FileSystem instance that was generating many concurrent write requests through `.pipe`. So many, that we were seeing memory issues from creating all the BlobClient connections simultaneously. This adds an asyncio.Semaphore instance to the AzureBlobFilesSytem that controls the number of concurrent BlobClient connections. The default of None is backwards-compatible (no limit)
Tom Augspurger committedNov 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 6cc062d - Browse repository at this point
Copy the full SHA 6cc062dView commit details -
Tom Augspurger committed
Nov 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 14c3fe1 - Browse repository at this point
Copy the full SHA 14c3fe1View commit details -
Tom Augspurger committed
Nov 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 1b82b09 - Browse repository at this point
Copy the full SHA 1b82b09View commit details
Commits on Jul 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d4631c1 - Browse repository at this point
Copy the full SHA d4631c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3efa3dd - Browse repository at this point
Copy the full SHA 3efa3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 972ea49 - Browse repository at this point
Copy the full SHA 972ea49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c7867 - Browse repository at this point
Copy the full SHA 61c7867View commit details
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2966f63 - Browse repository at this point
Copy the full SHA 2966f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef14b6f - Browse repository at this point
Copy the full SHA ef14b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a787e39 - Browse repository at this point
Copy the full SHA a787e39View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.