Cycle-overrun fault primitive¶
Gap capability: deadline violations transition the runtime — at task or
executor scope — to a configured fault state, rather than only being
reported as timestamps via ExecutionMonitor.
Deadline violations transition the runtime — at task or executor scope —
to a configured fault state, rather than only being reported as
timestamps via |
When a task’s |
When any single dispatch iteration exceeds a configured executor-wide deadline, the runtime shall transition the executor to a configured fault state. |
When a task or the executor is in a fault state, the runtime shall
not run the normal item logic and shall instead dispatch an optional
user-supplied fault-handler item once per triggering cycle. The
handler is registered via |
Fault transitions shall be visible to the configured |