backoff icon indicating copy to clipboard operation
backoff copied to clipboard

Simple exponential backoffs in Erlang

Results 3 backoff issues
Sort by recently updated
recently updated
newest added

In my usage I count the number of retries R. I want to process an exponential backoff delay directly from this number R. Why not offer an API such as:...

Hi, why is `backoff:fail/1` returning `{NewDelay, _}` and not `{OldDelay, _}`? For me it would make more sense to return the current value and the updated backoff record with new...