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

Address risk of race condition for python module downloads #6

Open
dustinblack opened this issue Jun 27, 2023 · 0 comments
Open

Address risk of race condition for python module downloads #6

dustinblack opened this issue Jun 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dustinblack
Copy link
Member

Please describe what you would like to see in this project

Currently if a workflow includes multiple instances of the same plugin as separate steps, this could result in the deployer attempting to perform simultaneous downloads and builds of the same plugin to the same local storage location. This should be enhanced to support the parallelization of the same plugin and avoid the race condition.

@dustinblack dustinblack added the enhancement New feature or request label Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant