Skip to content
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

Python: Turn on delete parallelism #2382

Closed
swgillespie opened this issue Jan 23, 2019 · 0 comments
Closed

Python: Turn on delete parallelism #2382

swgillespie opened this issue Jan 23, 2019 · 0 comments
Assignees
Labels
language/python p1 Bugs severe enough to be the next item assigned to an engineer
Milestone

Comments

@swgillespie
Copy link
Contributor

In #1963, we explicitly opted Python out of parallel deletions because at the time Python did not produce property dependency information. However, it now does, and we should consider turning this on for all Python programs.

The only danger here is backwards compatibility concerns for users using the old Python 2 SDK, but at this point I believe we can consider the Python 2 SDK completely deprecated and move on completely to Python 3.

@swgillespie swgillespie added this to the 0.21 milestone Jan 23, 2019
@swgillespie swgillespie self-assigned this Jan 23, 2019
@joeduffy joeduffy added the p1 Bugs severe enough to be the next item assigned to an engineer label Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language/python p1 Bugs severe enough to be the next item assigned to an engineer
Projects
None yet
Development

No branches or pull requests

2 participants