billmalarky / react-native-queue

A React Native Job Queue
MIT License
795 stars 159 forks source link

Added retryDelay parameter to job create which delays the retrying of failed jobs by X ms. #63

Open gruffT opened 4 years ago

gruffT commented 4 years ago

Allows sensible retrying of jobs in the case that failure is due to a temporary external factor, such as network state.