rholder / guava-retrying

This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.
Apache License 2.0
1.43k stars 275 forks source link

When i should use Fibonacci WaitStrategy #87

Open iHarry007 opened 6 years ago

iHarry007 commented 6 years ago

Hi, Which WaitStrategy i should choose? Some case? And When i should use Fibonacci WaitStrategy? Thx Harry