Module taskcluster::retry[][src]

Internal support for retrying operations.

Structs

Backoff

Backoff tracker for a single, possibly-retried operation. This is a thin wrapper around backoff::ExponentialBackoff.

Retry

Configuration for a client’s automatic retrying. The field names here match those of the JS client.