I have an async python application that uses Django\'s ORM and executes concurrent queries. For the concurrent queries I am using a ThreadPoolExecutor with 10 worker threads. I