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

Fix/directed acyclic graph #507

Merged
merged 2 commits into from
Jan 20, 2025
Merged

Fix/directed acyclic graph #507

merged 2 commits into from
Jan 20, 2025

Conversation

AtomicFS
Copy link
Collaborator

No description provided.

AtomicFS and others added 2 commits January 17, 2025 20:34
If there is more then one root present in the config
we need to create a subgraph that only includes the
Descendants of the desired root and omits the rest.
If we try to step through the initial dag instead it will
create a locking situation that will break execution.

Signed-off-by: Marvin Drees <[email protected]>
@AtomicFS AtomicFS requested a review from MDr164 as a code owner January 17, 2025 19:34
@github-actions github-actions bot added testing Testing related bugfix Bugfix / fix labels Jan 17, 2025
@AtomicFS AtomicFS enabled auto-merge January 17, 2025 19:35
@AtomicFS AtomicFS added this to the v0.11.0 relase milestone Jan 17, 2025
@AtomicFS AtomicFS added the high_priority Very important label Jan 20, 2025
@AtomicFS AtomicFS added this pull request to the merge queue Jan 20, 2025
Merged via the queue into main with commit 942bc1b Jan 20, 2025
68 checks passed
@AtomicFS AtomicFS deleted the fix/directed_acyclic_graph branch January 20, 2025 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Bugfix / fix high_priority Very important testing Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants