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

Resources passed to generators (and maybe subdags?) should only depend on sub-workflow operators that use the resource #5

Open
mchalek opened this issue Nov 15, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@mchalek
Copy link
Member

mchalek commented Nov 15, 2018

We have seen behavior in which resources passed to generators containing some operators that use the resources, and other operators that do not use the resources, are not destroyed until every operator in the generator sub-workflow is complete. But this could mean keeping clusters around much longer than necessary, if the generator workflow contains long-running resource-independent operations.

This probably also applies to sub-dags, because resources are attached to them using the same mechanisms.

@mchalek mchalek added the enhancement New feature or request label Nov 17, 2018
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