Closed
Description
If some queries are executed in async mode, these queries are missing in the panel. How can we collect these?
data = asyncio.run(parallel_calc_aggregations(queryset, aggregations))
note1: I am using django-debug-toolbar
via django-graphiql-debug-toolbar
note2: all queries are inside function wrapped by sync_to_async
The same issue exists when graphql ThreadExecutor
is used. read more about graphql executors graphql-314