We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If process A depends on success(or ready) of process B and B on C; And C fails to start/ready; Then A should not start
Launching topology with several deps.
So when A depends on B success or B ready, and B does not runs at all because it depends on C,
A must never start.
Graph like setups of processes
Make A to depend on C same way B depends on C (copy paste some yml code)
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out! Fixed. Will be a part of the next release.
Sorry, something went wrong.
Issue #111 - fix transitive dependency skip on failure
2b5c7e8
Fixed in v0.77.4
No branches or pull requests
Feature Request
If process A depends on success(or ready) of process B and B on C;
And C fails to start/ready;
Then A should not start
Use Case:
Launching topology with several deps.
Proposed Change:
So when A depends on B success or B ready, and B does not runs at all because it depends on C,
A must never start.
Who Benefits From The Change(s)?
Graph like setups of processes
Alternative Approaches
Make A to depend on C same way B depends on C (copy paste some yml code)
The text was updated successfully, but these errors were encountered: