PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Thursday the 14th of May, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[05:11:40] <cvz> Hi. I am having some troubles just executing a single query using python. I have a collection containing a single json document {"deployment_id": "12345", "other_data": ....} but using the following python motor query `await collection.find_one({"deployment_id": "12345"}) doesnt return any results. Am I doing something wrong?
[05:12:58] <cvz> Can not find the document in mongo express either by just entering "deployment_id" in the key search field and "12345" in the value search field
[05:18:16] <cvz> Figured it out, ignore me and my stupidity
[17:47:28] <Obtuso_> on mongodb atlas what is a connection? i have a free tier, it says 62 connection, max 100, but the app it's not in production, shouldn't be only 1 connection? (my connection)