Skip to content

Commit

Permalink
reno update
Browse files Browse the repository at this point in the history
  • Loading branch information
tabgok committed Nov 6, 2024
1 parent 97588a5 commit 3a041e2
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
fixes:
- |
celery auto-instrumentation: This fix resolves two issues with context propagation in celery
1. Invalid span parentage when task A calls task B async and task A errors out, causing A's queuing of B, and B itself to not be parented under A.
2. Invalid context propagation from client to workers, and across retries, causing multiple traces instead of a single trace
celery: This fix resolves two issues with context propagation in celery
1. Invalid span parentage when task A calls task B async and task A errors out, causing A's queuing of B, and B itself to not be parented under A.
2. Invalid context propagation from client to workers, and across retries, causing multiple traces instead of a single trace

0 comments on commit 3a041e2

Please sign in to comment.