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

[WIP] feat: capture errors that shouldnt cause the whole plan to be discarded during network resolution #444

Open
wants to merge 3 commits into
base: transition-to-runkit
Choose a base branch
from

Conversation

jhonasiv
Copy link
Contributor

@jhonasiv jhonasiv commented Dec 6, 2024

We introduced a ResolutionError to mark errors during the new plan
network resolution shouldnt be raised, which causes the whole transation
to fail. Instead, we capture them and fail the deployment of the
specific tasks that caused them.

@jhonasiv jhonasiv requested review from doudou and wvmcastro December 6, 2024 13:34
@jhonasiv jhonasiv self-assigned this Dec 6, 2024
@jhonasiv jhonasiv force-pushed the capture-errors branch 2 times, most recently from ec71d41 to d0b83eb Compare December 6, 2024 17:05
We introduced a ResolutionError to mark errors during the new plan
network resolution shouldnt be raised, which causes the whole transation
to fail. Instead, we capture them and fail the deployment of the
specific tasks that caused them.
Ensures that the system will treat the failed tasks accordingly.
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

Successfully merging this pull request may close these issues.

1 participant