confidential-computing-modules
confidential-computing-modules copied to clipboard
[frame/retrier] Retry with Exponential Backoff and jitter
固定時間後リトライの部分をより効率的なアルゴリズムに改善
実装:https://github.com/LayerXcom/anonify/blob/master/frame/retrier/src/strategy.rs
参考
- graphprotocol/graph-node#424
- https://github.com/diem/diem/tree/master/common/retrier
exponential backoff系ライブラリ
- https://github.com/srijs/rust-tokio-retry
- https://github.com/ihrwein/backoff