SimonErm/react-native-job-queue

Exponential Backoff or retry delay?

ahansson89 opened this issue · 2 comments

As title say... how would I go about implementing exponential backoff or a delay between retries?

I currently have no need for this feature, but feel free to make a PR.
Maybe this could be implemented by allowing the user to provide a function to calculate the retry delay.

Closing this this due to inactivity.