EventSaucePHP / BackOff

Sophisticated back-off strategies for retrying operations.

Home Page:https://eventsauce.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jitter after backoff time has exceeded

DaanRG opened this issue · comments

commented

Would it be a useful addition to this library if we add an option to add jitter, but only after the backoff time has exceeded?

We have a use-case where we need to respect a client's API backoff limits and therefor need to have Jitter but only after the backoff period is exceeded.

@DaanRG how about: #7