mirror of
https://github.com/ansible/awx.git
synced 2026-04-26 12:15:23 -02:30
Calling mongoengine (or pymongo) connect() after already calling connect() resulting in getting the first connection (connection pooling). This is bad if we are relying on connect() to determine if mongo is up. Added executing a ping/pong command after the connect() command to ensure mongo is still/really up.