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

Handle errors from bubble-dns #103

Open
2 tasks
TheRealSpaceShip opened this issue Aug 25, 2023 · 0 comments
Open
2 tasks

Handle errors from bubble-dns #103

TheRealSpaceShip opened this issue Aug 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@TheRealSpaceShip
Copy link
Contributor

We need to handle errors caused by requests to DNS bubbles service like epam/hub-dns-bubbles#14.
Need to review and implement next improvements:

  • Add retry on 5xx http response code from dns-bubbles. Retry should notify the user with proper messages.
  • Add generation of name (HUB_STACK_NAME) in the same way as it's done in dns-bubbles. This improves UX in case the stack doesn't require a DNS name. Cold start of dns-bubbles causes a long waiting time for such stacks because to get the generated name a request to dns-bubbles is done.
@TheRealSpaceShip TheRealSpaceShip added the enhancement New feature or request label Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant