We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24e148 commit f0fe810Copy full SHA for f0fe810
1 file changed
src/agentex/lib/core/tracing/span_queue.py
@@ -25,7 +25,7 @@
25
# concurrently; issuing one batch at a time caps per-pod egress at ~1/latency.
26
# Sending several concurrently lets a pod keep up with span production under
27
# load. ``1`` restores the old strictly-serial behavior.
28
-_DEFAULT_CONCURRENCY = 8
+_DEFAULT_CONCURRENCY = 3
29
# HTTP statuses worth retrying at the queue level. These are explicit
30
# backpressure / transient signals; everything else (esp. 401/403/4xx auth and
31
# validation errors) is a permanent failure that re-enqueuing cannot fix. Note
0 commit comments