Skip to content

gather information from async functions #1430

Closed
@smmoosavi

Description

@smmoosavi

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions