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
In run_focus_auto_consolidation, score_blocks_mig contains nested O(K2) loop running on async executor. Wrap in spawn_blocking for long sessions. Found during validation of #3313.
In run_focus_auto_consolidation, score_blocks_mig contains nested O(K2) loop running on async executor. Wrap in spawn_blocking for long sessions. Found during validation of #3313.