Closed maelp closed 3 years ago
Hi,
it seems that when doing a query, if the DNS server does not reply, the query will be automatically retried, either by aiodns or by pycares. Do you know if there is a way to set this behavior?
For instance choose the max number of retries?
You should be able to configure that with a kwarg to the resolver init. Check the pycares docs since we accept those options.
Hi,
it seems that when doing a query, if the DNS server does not reply, the query will be automatically retried, either by aiodns or by pycares. Do you know if there is a way to set this behavior?
For instance choose the max number of retries?