Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Old data is being fetched again #778

Closed
2 tasks done
felixoi opened this issue Jun 25, 2020 · 2 comments
Closed
2 tasks done

Old data is being fetched again #778

felixoi opened this issue Jun 25, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@felixoi
Copy link

felixoi commented Jun 25, 2020

Avoid duplicates

  • Bug is not mentioned in the FAQ
  • Bug is not already reported in another issue

Describe the bug

I recognized the app fetched two data sets this morning:

Then I took a look at the details and recognized following:


These are really two different sets of data. And the first one is identical to the one of the day before:

So the app fetched old data again first.

Expected behaviour

  1. The app fetched two data sets on the same day. If I understood this correctly, it should only update once in 24 hours and therefore also only fetch one data set every 24 hours.
  2. The app should not fetch old data again.

If these assumptions are wrong, I'm sorry and I did not fully understand how this should work.

Steps to reproduce the issue

Not sure how to reproduce this.

Technical details

  • iOS Version: 13.5.1
  • Device: iPhone XS Max

Possible Fix

Not familiar enough with how the app works to answer this one.

Additional context

@felixoi felixoi added the bug Something isn't working label Jun 25, 2020
@sysfyg sysfyg mentioned this issue Jun 25, 2020
2 tasks
@inf2381
Copy link
Member

inf2381 commented Jun 25, 2020

This is the intended behavior. Yesterday, the first day package from the server became available. That's why you see only one entry from yesterday. Today, the second package became available. Every 24 hours, the app feeds all available day packages from the last 14 days into the Exposure Notification framework because we need to calculate the overall risk from all keys that have been submitted within the relevant timeframe.

@tkowark
Copy link
Member

tkowark commented Jun 30, 2020

And we now have added this to the FAQ, as well: https://www.coronawarn.app/en/faq/#multiple_exposure_checks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants