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 REQUEST] Will your add the TraceId option #774

Open
mason51 opened this issue Nov 1, 2023 · 1 comment
Open

[FEATURE REQUEST] Will your add the TraceId option #774

mason51 opened this issue Nov 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mason51
Copy link

mason51 commented Nov 1, 2023

Is your feature request related to a problem? Please describe.
I have read the asynq.Option code. There are ten options, but I can not find the trace option.

We use distributed tracing to trace every http api in our system. If I NewTask and Enqueue from a http api, I want to pass the TraceID into the distributed job.

For example:

http://frontend.xxx.com/api/buy  
        -> Enqueue TaskA  
        -> Enqueue TaskB   
                ->  call http://backend.xxx.com/api/delivery 
                        -> Enqueue TaskD
        -> Enqueue TaskC

I want to trace every procedure

@shuqingzai
Copy link

#547

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants