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
In domains controller, we are caching the nameservers and registrar information for the domain in the .status. We allow queueing a manual refresh and also have a 24 hour default refresh that happens. If the user moves their nameservers to datum, it could appear to them that the domain is still pointing to the old DNS host until they manually trigger a refresh or 24 hours has elapsed.
Desired:
Make domain nameservers more up to date so that within a few minutes its automatically reflected correctly on the domain resource.
Task:
Investigate a way to keep nameservers more in sync with the state of the world rather than relying on manual force refreshes or the daily refresh.
Problem:
.status. We allow queueing a manual refresh and also have a 24 hour default refresh that happens. If the user moves their nameservers to datum, it could appear to them that the domain is still pointing to the old DNS host until they manually trigger a refresh or 24 hours has elapsed.Desired:
Task: