| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
diagnostics: stop routines on blocking failure to preserve details
When a blocking routine fails, routine_result_list correctly marks
remaining groups as SKIPPED. However, routine_section keeps processing
subsequent routine completions from the executor, overwriting
lastRoutineDetails with null and destroying the failed routine's
error details.
Fix: have onStatusUpdate return a boolean signaling blocking failure.
When routine_section receives this signal, it sets
ignoreRoutineStatusUpdates to stop processing further updates, cancels
the executor, and breaks out of the routine group for-loop.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |