Build: #23 was successful Changes by Shawn Booth
Code commits
Pipeline
-
Shawn Booth 31447d0843401e0093d9de0d4a3ff810feb37630
PIPE-2778: added _execute_task helper to unify task execution (logging, exception handling, traceback check); added run_named_tasks public helper to execute an ordered list of tasks (initializes context, runs tasks, saves context); refactored reduce to use _execute_task, eliminating duplicated try/except + traceback logic; preserves early return on unhandled exceptions and stage exit semantics