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

Make a step always be the last #6

Open
Itxaka opened this issue Nov 26, 2024 · 1 comment
Open

Make a step always be the last #6

Itxaka opened this issue Nov 26, 2024 · 1 comment

Comments

@Itxaka
Copy link
Collaborator

Itxaka commented Nov 26, 2024

Would be cool to have a simple way of marking a given step in the DAG to always set itself the last in the DAG without having to do it manually with dependencies. especially if you know that you want it to alwasy run at the end and wait for everything to run before itself.

Would also be cool to have reverse dependencies but that more complex, but that would allow in conjunction with this to have a last step, and do a revers depends on that last step, so you get the flexibility of making deps in reverse :D

@mudler
Copy link
Collaborator

mudler commented Nov 26, 2024

Would be cool to have a simple way of marking a given step in the DAG to always set itself the last in the DAG without having to do it manually with dependencies. especially if you know that you want it to alwasy run at the end and wait for everything to run before itself.

That should be relatively easy and indeed a good feature to add!

Would also be cool to have reverse dependencies but that more complex, but that would allow in conjunction with this to have a last step, and do a revers depends on that last step, so you get the flexibility of making deps in reverse :D

mmh reverse deps.. that's escalating quickly :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants