We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2224d45 commit aba88c7Copy full SHA for aba88c7
src/agents/tracing/processors.py
@@ -269,8 +269,7 @@ def _run(self):
269
270
def _export_batches(self, force: bool = False):
271
"""Drains the queue and exports in batches. If force=True, export everything.
272
- Otherwise, export up to `max_batch_size` repeatedly until the queue is empty or below a
273
- certain threshold.
+ Otherwise, export up to `max_batch_size` repeatedly until the queue is completely empty.
274
"""
275
while True:
276
items_to_export: list[Span[Any] | Trace] = []
0 commit comments