Closed
Description
Hello,
Just looking at your lib for queue and upload of images/videos and have a question about what you said in #29:
The main thing is remember background tasks are limited to ~30 seconds cross platform so ensure your job can complete in that time frame (or break it up into separate tasks).
Does this mean that the upload would need to complete in this timeframe, or is it just that the job in the queue would need to be kicked off? I'm assuming the former but thought I'd check.
In this case, https://github.com/joltup/react-native-threads might be a better choice to work with your lib.. .as it doesn't seem to have the 30 second restriction?
Metadata
Metadata
Assignees
Labels
No labels