You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: