vikeri / react-native-background-job

Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.
MIT License
747 stars 109 forks source link

Testing in development with periodic interval lesser than 15 minutes #197

Open huzaifa-99 opened 2 years ago

huzaifa-99 commented 2 years ago

For a background job, say

const backgroundSchedule = { jobKey: "myJob", period:900000 // 15 minutes: this is the minimum time interval }

Is there a way to reduce the period value to less than 5 minutes in development?