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
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.
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:
I want to trace every procedure
The text was updated successfully, but these errors were encountered: