New Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

We had some issues as well because of eventlet monkey patching the getaddrinfo function, using dnspython as a replacement, which has some bugs (e.g. not parsing the host dns settings correctly).

Depending on your eventlet version, you should be able to avoid having it replace the getaddrinfo function. You can simply set the following env variable:

EVENTLETNOGREENDNS = yes

(https://github.com/eventlet/eventlet/commit/78f2ef8a81600d19d6d670803ef73747ab8d81b9)

This will most probably be included in the MSIs as well.

Regards, Lucian