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

Possible issue in periodic Sync schedule #210

Open
pantic79 opened this issue Sep 30, 2020 · 0 comments · Fixed by #211
Open

Possible issue in periodic Sync schedule #210

pantic79 opened this issue Sep 30, 2020 · 0 comments · Fixed by #211

Comments

@pantic79
Copy link

According to this Google recommendation ExistingPeriodicWorkPolicy.REPLACE must be used when calling to enqueueUniquePeriodicWork method from Workmanager in order to ensure that the jobs are rescheduled.
As far as I understand this could prevent infected keys from being downloaded from server and therefore some users would'n't be notified for possible risk contacts.
Could you consider to change this on SyncWorker class or is there some reason to keep the ExistingPeriodicWorkPolicy.KEEP policy used currently?

Thanks.

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

Successfully merging a pull request may close this issue.

1 participant