pub fn classify_expired(expired: TaskProgress) -> ExpiredOutcomeExpand description
Decides what to do with an in-flight task that timed out: retry it (until
MAX_DISPATCH_RETRIES dispatches) or give up and report it Fatal.
pub fn classify_expired(expired: TaskProgress) -> ExpiredOutcomeDecides what to do with an in-flight task that timed out: retry it (until
MAX_DISPATCH_RETRIES dispatches) or give up and report it Fatal.