confidential-computing-modules icon indicating copy to clipboard operation
confidential-computing-modules copied to clipboard

[frame/retrier] Retry with Exponential Backoff and jitter

Open osuketh opened this issue 4 years ago • 0 comments

固定時間後リトライの部分をより効率的なアルゴリズムに改善

実装: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

osuketh avatar Jan 25 '21 12:01 osuketh