Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification on Background Tasks #42

Closed
juddey opened this issue Jan 2, 2019 · 3 comments
Closed

Clarification on Background Tasks #42

juddey opened this issue Jan 2, 2019 · 3 comments

Comments

@juddey
Copy link

juddey commented Jan 2, 2019

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?

@juddey juddey changed the title Clarification on Clarification on Background Tasks Jan 2, 2019
@billmalarky
Copy link
Owner

billmalarky commented Jan 2, 2019 via email

@juddey
Copy link
Author

juddey commented Jan 2, 2019

Wow! Thanks for the speedy, detailed response. I shall close this out now as you've answered my questions and exceeded my expectations with your answer. 💯 ⭐

@juddey juddey closed this as completed Jan 2, 2019
@billmalarky
Copy link
Owner

billmalarky commented Jan 2, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants