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

Break DNS update into two phases #315

Closed
Genne23v opened this issue Mar 10, 2023 · 0 comments · Fixed by #349
Closed

Break DNS update into two phases #315

Genne23v opened this issue Mar 10, 2023 · 0 comments · Fixed by #349
Assignees
Labels
area: web Web development related things [front end/back end] category: back end Back end part of our web service category: front end Front end part of our web service
Milestone

Comments

@Genne23v
Copy link
Contributor

Currently all of the steps to add/update record immediately go into queue which gives frontend long time to see the response.

Instead the system updates DB immediately without waiting in a queue whole time. Then, queue will be run to update Route 53, poll the status, and update the Route 53 status in DB.

This will give much better experience to the user.

@Genne23v Genne23v self-assigned this Mar 10, 2023
@Eakam1007 Eakam1007 added category: front end Front end part of our web service category: back end Back end part of our web service area: web Web development related things [front end/back end] labels Mar 12, 2023
@Genne23v Genne23v added this to the Milestone 0.6 milestone Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: web Web development related things [front end/back end] category: back end Back end part of our web service category: front end Front end part of our web service
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants