You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(aci): Don't propagate traces to buffer processing tasks (#93521)
We don't have any real need for parent or peer traces in these tasks,
and not propagating should leave us with dramatically smaller traces
that will load much more quickly and be easier to read.
Note that this affects delayed_workflow and delayed_processing;
delayed_workflow is the one we've had more issues loading, but I don't
see it as having significant downside for either so I didn't make it
conditional by task.
0 commit comments