Files
awx/awx/fact
Chris Meyers 78ac2ccb55 more robust check added to mongo db connection
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.
2015-12-04 13:25:57 -05:00
..
2015-10-02 16:08:02 -04:00
2015-07-30 13:40:31 -04:00
2015-10-02 16:56:13 -04:00