Skip to content

Comments

Add Tracing to job queue#49

Merged
adam-fowler merged 2 commits intomainfrom
tracing
Jan 8, 2025
Merged

Add Tracing to job queue#49
adam-fowler merged 2 commits intomainfrom
tracing

Conversation

@adam-fowler
Copy link
Member

The trace context of the current span is stored in the job metadata and then added as a link to the job span. This means you get a link to the span that triggered the job which could either be the original http request, or the previously failed attempt.

Copy link
Contributor

@thoven87 thoven87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks there are some conflicts that need to be resolved.

The link can either be the span context at the point jobQueue.push was called or the previous attempt at running this job.
@adam-fowler adam-fowler merged commit 7ec9be1 into main Jan 8, 2025
6 checks passed
@adam-fowler adam-fowler deleted the tracing branch January 8, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants