Module taskcluster::retry

source ·
Expand description

Internal support for retrying operations.

Structs§

  • Backoff tracker for a single, possibly-retried operation. This is a thin wrapper around backoff::ExponentialBackoff.
  • Configuration for a client’s automatic retrying. The field names here match those of the JS client.