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

Perhaps too late but a thought... #15

Open
kualojo opened this issue Jul 5, 2019 · 1 comment
Open

Perhaps too late but a thought... #15

kualojo opened this issue Jul 5, 2019 · 1 comment

Comments

@kualojo
Copy link

kualojo commented Jul 5, 2019

As I understand things each batch, the DAC is checked to see success, and then it waits for the next batch to process. Any domains not yet registered are then processed in the next batch / minute.

The problem is that between that DAC check, and the next minute, many of the domains could be registered in between (and this may be up to a minute later).

This means that we're wasting valuable requests on already registered domains.

It strikes me that the DAC check should run just before and as close as possible to the next minute's send request so that we know that the next batch of domains are actually available for registration, and don't bother sending requests for domains which may have been registered by other registrars in the near minute after the previous DAC check.

Anyway, it's probably a bit too late to do anything about this for today but wanted to share just in case.

@AaronClifford
Copy link
Owner

AaronClifford commented Jul 5, 2019 via email

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

2 participants