curve icon indicating copy to clipboard operation
curve copied to clipboard

Optimize the s3 retry strategy for use exponential backoff

Open wuhongsong opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)

Describe the solution you'd like (描述你期望的解决方法)

Describe alternatives you've considered (描述你想到的折衷方案)

Additional context/screenshots (更多上下文/截图)

wuhongsong avatar Sep 14 '23 01:09 wuhongsong

https://github.com/opencurve/curve/pull/2703

wuhongsong avatar Oct 10 '23 05:10 wuhongsong

According to aws documentation, the current default retry strategy is exponential backoff. image

montaguelhz avatar Dec 26 '23 02:12 montaguelhz