Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*Options)
func WithConstantBackOff ¶
WithConstantBackOff は、定数バックオフを行うオプションです。
func WithExponentialBackoff ¶
WithExponentialBackoff は、指数バックオフを行うオプションです。 min((2^n * base), max) でリトライ間隔を計算し、リトライ間隔が max に到達した時点でリトライを打ち切ります。
func WithJitter ¶
WithJitter は、リトライ間隔をランダムに変動させるオプションです。 これにより、なんらかの状況によって多数のクライアントが同期され、再試行が同時に実行される状況を避けることができます。
Click to show internal directories.
Click to hide internal directories.