View Source API Reference again v0.1.1

Modules

A library for retrying work again... and again... and again...

Describes backoff algorithms for how long to wait between retry attempts.

Describes the metadata + state of a single execution of a retry operation.

Describes conditions and mechanics for retry logic. e.g. "retry up to 3 times, waiting 100ms each time"

Describes when to continue retrying and when to stop based on policy execution.