core.exit_info ============== .. py:module:: core.exit_info .. autoapi-nested-parse:: Remote exit info from cluster plugins. Classes ------- .. autoapisummary:: core.exit_info.RemoteExitInfo Module Contents --------------- .. py:class:: RemoteExitInfo Exit information returned by cluster plugins during triage. .. attribute:: error_state The TaskInstanceStatus error code to transition to (e.g., UNKNOWN_ERROR, RESOURCE_ERROR, ERROR_FATAL). .. attribute:: error_message Human-readable error description for the error log. .. attribute:: finalized Whether the cluster's accounting system has finalized this job's metadata. If False, the distributor will defer the triage transition and retry on the next cycle, giving the accounting system time to produce accurate exit info (needed for correct resource scaling on OOM, etc.). .. py:attribute:: error_state :type: str .. py:attribute:: error_message :type: str .. py:attribute:: finalized :type: bool :value: True