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
Update: the issue seems to root in the fact that we do not pass the context when invoking many functions at once. It is not very clear how to do that in Python.
Describe the bug
Splintered traces in video-bench with multi-threading
Expected behavior
All the spans should have a common trace ID.
Logs
Notes
Tried multi-processing too (like this. This fixes the issue in docker compose, but when using knative, the traces get splintered.
The text was updated successfully, but these errors were encountered: