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

feat: transitive dependency fails #111

Closed
dzmitry-lahoda opened this issue Dec 7, 2023 · 2 comments
Closed

feat: transitive dependency fails #111

dzmitry-lahoda opened this issue Dec 7, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@dzmitry-lahoda
Copy link

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)

@F1bonacc1
Copy link
Owner

Thanks for pointing this out!
Fixed.
Will be a part of the next release.

@F1bonacc1 F1bonacc1 added the bug Something isn't working label Dec 8, 2023
@F1bonacc1
Copy link
Owner

Fixed in v0.77.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants