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

Atomic save (rollback implementation) #61

Open
eyal-mor opened this issue Feb 27, 2023 · 0 comments
Open

Atomic save (rollback implementation) #61

eyal-mor opened this issue Feb 27, 2023 · 0 comments
Labels
Backend-Spinnaker The issue is related to the built-in Spinnaker Backend bug Something isn't working save Related to "shore save"

Comments

@eyal-mor
Copy link
Contributor

The current implementation of the SavePipeline command assumes implements the happy path only.
This may lead to inconsistent states where in Nested Pipelines the child pipelines are updated without the parent being updated due to an error.

Plan and implement an Atomic save construct that rolls back the Nested Pipelines save operation in case of an error.

@dkirillov dkirillov added bug Something isn't working save Related to "shore save" Backend-Spinnaker The issue is related to the built-in Spinnaker Backend labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend-Spinnaker The issue is related to the built-in Spinnaker Backend bug Something isn't working save Related to "shore save"
Projects
None yet
Development

No branches or pull requests

2 participants