-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.
Description
"threads" is deprecated. Processes are now available and furthermore are default. The analogous parameter is named max_workers.
Sample functions using transfer_manager (aside from the chunked download sample) should accept "processes" instead of "threads" in their signature. Also, the default should be "8" instead of "4".
When actually calling the function, they can be called with max_workers instead of threads, using that passed-in value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.