Retry behavior
maelp opened this issue · 1 comments
maelp commented
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?
saghul commented
You should be able to configure that with a kwarg to the resolver init. Check the pycares docs since we accept those options.