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

Use BGTaskScheduler on iOS 13 to avoid forceClose crash #5704

Closed
garvankeeley opened this issue Nov 1, 2019 · 2 comments
Closed

Use BGTaskScheduler on iOS 13 to avoid forceClose crash #5704

garvankeeley opened this issue Nov 1, 2019 · 2 comments
Assignees
Labels
5 Story size

Comments

@garvankeeley
Copy link
Contributor

garvankeeley commented Nov 1, 2019

The app is getting killed when in background: mozilla/application-services#1964. Likely due to timeouts on iOS 13.
Using the new API should fix this.
EDIT: This will make no difference, it is still 30s to complete the task.

@garvankeeley
Copy link
Contributor Author

I supposed if we schedule two bg tasks, we can get 30s for each?

@athomasmoz
Copy link

Let's see if #5597 fixes the issue. This is a better approach to the fix, but less urgent if #5597 fixes the crash

@garvankeeley garvankeeley added the 5 Story size label Nov 26, 2019
@garvankeeley garvankeeley self-assigned this Nov 27, 2019
garvankeeley added a commit to garvankeeley/firefox-ios that referenced this issue Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 Story size
Projects
None yet
Development

No branches or pull requests

2 participants