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
Due to (what I think is) a miswritten conditional statement, the TaskWorker._cycle method will only accept new tasks if a current OpenTelemetry context is available.
The business logic dealing with a new TrackableTask should not only be executed if a tracing context exists.