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: If a publish fails after publishing a DNS record, future publishes remain broken #2374

Open
bfops opened this issue Mar 7, 2025 · 1 comment
Assignees

Comments

@bfops
Copy link
Collaborator

bfops commented Mar 7, 2025

Publishing happens in two steps: updating DNS stuff, and then the actual publishing of the module data.

If something bad happens (e.g. a timeout) after the first step is complete, future publishes return errors (because the DNS stuff is already there)

@bfops bfops self-assigned this Mar 7, 2025
@bfops
Copy link
Collaborator Author

bfops commented Mar 7, 2025

We've refactored a lot of this; it may or may not still be a possibility.

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

No branches or pull requests

1 participant