Skip to main content

classify_expired

Function classify_expired 

Source
pub fn classify_expired(expired: TaskProgress) -> ExpiredOutcome
Expand 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.