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

Exposure checks aren’t spread throughout the whole day #344

Closed
BorntraegerMarc opened this issue Oct 25, 2020 · 4 comments
Closed

Exposure checks aren’t spread throughout the whole day #344

BorntraegerMarc opened this issue Oct 25, 2020 · 4 comments

Comments

@BorntraegerMarc
Copy link

I experience the same issue as corona-warn-app/cwa-server#663

Here’s my exposure checks:
228EAA8D-E646-4ECE-A53F-53AFEB80A420

I’ve been outside the whole day yesterday. I’m no expert, but it seems to me that having 10 checks exactly at 16:02 is not very helpful. Shouldn’t checks be spread through out the whole day?

The pattern I noticed yesterday is consistent for all days.

Using iOS 14.1 on a iPhone SE 2020

@BorntraegerMarc
Copy link
Author

Reading through different issues in this project I understood that iOS exposure checks are limited. Isn’t it unfortunate if the limited exposure checks happen all at the same time instead of spread throughout 24 hours?

@BorntraegerMarc
Copy link
Author

Same thing keeps happening... I wonder if anyone else could confirm this behavior?

I recently switched to iOS. I noticed the same behavior before on my android phone. But don’t have any screenshots to confirm/proof it.

CEE8EDBA-6C75-4638-87B3-0ECAB63EFED7
F1AB65A4-D085-4B5F-8D2F-13E9516C4CC0

@UBaggeler
Copy link
Contributor

Transmitting and scanning for RPI's happens continuously in the background. What you are seeing in this screenshot are the exposure checks (syncing reported positive cases with locally collected/stored RPI's). Here are some more explanations:

Due to limitations of the first version of the ExposureNotification API, SwissCovid is grouping TEK's per day and checking/syncing the past 10 days separately. With a rate limit of 20 calls per 24h, this means we can check/sync twice per day (2 x 10 days).

With ENv2 (version 2 of the ExposureNotification.framework) we do not need to group by day anymore and can now spread these checks throughout the day. This is currently being released (phased) in SwissCovid 1.2. After updating the app, you will then see a check/sync every 4h (rate limit is now 6 per 24h). We also updated the EXPOSURE_NOTIFICATION_API_USAGE document to reflect this.

Does this answer your question?

@BorntraegerMarc
Copy link
Author

It does answer my question! Also it calms me to know that exposures are not only checked once per day 🙂 thx a lot!

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