Martin Markó
Martin Markó
I'm using djongo to connect my Django REST framework API with my MongoDB cluster, and when logging the requests at DEBUG level, I see that djongo starts every request by...
I'm experiencing an issue with `djongo` when used with Django REST framework where it initiates a new connection with my MongoDB at every request except for the very first one...
I'm trying to profile a test script that uses `concurrent.futures.ProcessPoolExecutor` for multiprocessing, but Scalene only seems to profile from the `with concurrent.futures.ProcessPoolExecutor(max_workers=50) as executor:` line, skipping the main part of...