You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: