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

perf: Reduce Context Allocations in ActiveJob #1018

Merged

Conversation

arielvalentin
Copy link
Collaborator

After seeing changes to Rack::Events that reduced the number of active contexts required for ingress spans, I decided to apply the same changes to ActiveJob

After seeing changes to Rack::Events that reduced the number of active contexts required for ingress spans,
I decided to apply the same changes to ActiveJob
Copy link
Contributor

@stevenharman stevenharman left a comment

Choose a reason for hiding this comment

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

Looks great. Just one little rename that was missed in a comment.

Co-authored-by: Steven Harman <[email protected]>
@arielvalentin arielvalentin enabled auto-merge (squash) June 20, 2024 20:07
@arielvalentin arielvalentin merged commit 989da17 into open-telemetry:main Jun 20, 2024
54 checks passed
@github-actions github-actions bot mentioned this pull request Jun 20, 2024
@arielvalentin arielvalentin deleted the reduce-context-allocations branch June 21, 2024 20:32
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