It's configured with the Config.MaxRetryInterval field.
The RetryInterval field is removed, which makes this a backwardly
incompatible change, justified because we're not yet at v1.
We use this retry package which
provides easily-configurable retry strategies.
It's configured with the Config.MaxRetryInterval field. The RetryInterval field is removed, which makes this a backwardly incompatible change, justified because we're not yet at v1.
We use this retry package which provides easily-configurable retry strategies.
Also start using Go modules.
Fixes #29.