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
Feat: If the 'tracing' feature is enabled, the default generated batch handler ensures to spawn each child task with a dedicated span. It is important for scenarios where the sub task should be related to the overall application run, which should be desired most of the time. Disabling the 'tracing' feature will prevent this behavior. Alternatively users can always overwrite the handler
0 commit comments