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

DM-43488: Concurrency errors in chain handling interrupt processing #146

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

kfindeisen
Copy link
Member

This PR catches exceptions raised while trying to concurrently modify the central repo's output chain, handling it as something that need not terminate execution. All other registry errors raised during export should still propagate as before.

The output chain strictly only needs to be handled by one pod, and is
not a core feature of the export. Failure to update it should not be
treated as a failure of the whole pipeline.
@kfindeisen kfindeisen merged commit ed534dd into main Mar 27, 2024
5 checks passed
@kfindeisen kfindeisen deleted the tickets/DM-43488 branch March 27, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants