Skip to content
Snippets Groups Projects
Unverified Commit 52c60bd0 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Fix persist_events to stop leaking opentracing contexts (#10193)

parent 18edc9ab
No related branches found
No related tags found
No related merge requests found
Improve OpenTracing for event persistence.
......@@ -111,7 +111,7 @@ class _EventPersistQueueItem:
backfilled: bool
deferred: ObservableDeferred
parent_opentracing_span_contexts: List = []
parent_opentracing_span_contexts: List = attr.ib(factory=list)
"""A list of opentracing spans waiting for this batch"""
opentracing_span_context: Any = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment