AshDispatch.Validations.ValidateCanRetry (AshDispatch v0.5.0)

View Source

Validates that a delivery receipt can be retried.

Checks:

  • Receipt is in :failed status (state machine handles this)
  • retry_count is less than max_retries (5)