A strategy that throttle, but using an exponential backoff strategy.
The throttle in milliseconds to start with.
The factor to multiple the throttle time between every poll. For example if using 2, the throttle will double between every run.
A strategy that throttle, but using an exponential backoff strategy.