Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Add django q2 support #12349

Open
donbignose opened this issue Feb 14, 2025 · 0 comments
Open

[FEATURE]: Add django q2 support #12349

donbignose opened this issue Feb 14, 2025 · 0 comments

Comments

@donbignose
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant