[GH-ISSUE #774] [FEATURE REQUEST] Will your add the TraceId option #1393

Open
opened 2026-03-07 22:09:10 +03:00 by kerem · 1 comment
Owner

Originally created by @mason51 on GitHub (Nov 1, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/774

Originally assigned to: @hibiken on GitHub.

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

Originally created by @mason51 on GitHub (Nov 1, 2023). Original GitHub issue: https://github.com/hibiken/asynq/issues/774 Originally assigned to: @hibiken on GitHub. **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
Author
Owner

@shuqingzai commented on GitHub (Jan 1, 2024):

#547

<!-- gh-comment-id:1873129167 --> @shuqingzai commented on GitHub (Jan 1, 2024): #547
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1393
No description provided.