react-native-queue
react-native-queue copied to clipboard
A React Native Job Queue
Allows sensible retrying of jobs in the case that failure is due to a temporary external factor, such as network state.
Hello! Is there any way by which i can delay a job before processing again on failure i.e retry delay ?
Hello, I want to create 2 instancies of Queue, like: `const queue = await queueFactory();` `const tempQueue = await queueFactory();` But the `tempQueue` is not working with `tempQueue.start()`, he do...
Hey! Do we have a mechanism to only execute jobs once there is network connectivity? Which also means keeping jobs in the queue as long as the network is unavailable....
if I set a very short timeout for my job for test, the job will always fail and retry, but if I terminate the app and restart, that job has...
Tried running: **npm install --save react-native-queue** And getting following warnings: Using request for node-pre-gyp https download Tried to download(404): **https://static.realm.io/node-pre-gyp/2.26.1/realm-v2.26.1-node-v67-darwin-x64.tar.gz** Pre-built binaries not found for [email protected] and [email protected] (node-v67 ABI,...
Hello, I need to frequently write into a text file, let's say write a timestamp into a file. But it never works, would you please tell me what I'm doing...
getting this issue each and every time i tried to find the solution but its worthless. Please tell me any solution. i have to run task in background. I think...
Showing All Messages 1: Error: Cannot find module 'buffer-crc32'