Perhaps too late but a thought...
kualojo opened this issue · 1 comments
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.