Skip to content

[FEATURE]: Add django q2 support #12349

@donbignose

Description

@donbignose

Package Name

django_q2

Package Version(s)

No response

Describe the goal of the feature

My team uses django q2 for async task queues and I was wondering if you are planning to have an integration like Celery, to trace tasks dispatched to workers with django q2 or if you could point me in the direction how to implement it.

Is your feature request related to a problem?

I am unable to trace the async tasks from my app to my workers using django q2.

Describe alternatives you've considered

I've looked into the DD_TRACE_METHODS but it seems that would only add a span of the call of the async_task in the main app and not trace the execution in the worker, thus linking the call and its execution like it seems to be done in the celery integration.

Additional context

No response

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