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: callback execution order in _create_operator (#1154)
User-provided callbacks are now executed before official callbacks by adjusting the order in the callbacks list. This ensures user callbacks are called prior to those managed by SwanLabRun's lifecycle.
0 commit comments