Spectre.Operation.Monitor (Spectre v0.3.0)

Copy Markdown View Source

Classifies Runner termination without deciding retry outside the Agent.

Summary

Types

decision()

@type decision() ::
  {:retry, non_neg_integer()} | {:reconcile, term()} | {:fail, term()}

Functions

classify(attempt, spec, reason)