-
Notifications
You must be signed in to change notification settings - Fork 496
Fetch Diagnosis Keys for current day (contributes to corona-warn-app/cwa-documentation#236) #453
Fetch Diagnosis Keys for current day (contributes to corona-warn-app/cwa-documentation#236) #453
Conversation
to test for fetching hours
Hi! Where does iOS actually have the |
Hey :) But I think this is not the main point (alignment with iOS), I wonder why we cannot fetch also (this issue is quite lengthy, but in the end everything seems to be connected to limits imposed on provideDiagnosisKeys - does it limit number of files passed, or number of calls to the method?, there seems to be discrepancy right now in interpretation of these limits, please check my last comment) |
We are preparing a common statement that is applicable for both Apps and should give some clarity on the behaviour |
@jakobmoellersap thanks for the update, statement applicable to both apps will be of course useful and I'll wait for it then, but in a meantime I think it would still be important to clarify the specific issue of provideDiagnosisKeys - what are the limits here. This is something that community cannot easily test (perhaps using rev-eng tools). I'm curious if you experienced limits on number of files passed or on number of calls to this method - this would help a lot in supporting you with dev work here |
I've experimented with exposure notification client captured from Java heap and fully understand now limitations of current |
As discussed, this will most likely be revisited with the next major Google API Update and or a our architecture alignment regarding background jobs. Thus I will close the PR as it would not make sense to introduce changes to the logic that is subject to change right now. |
Checklist
Description
Currently only daily bundles of Diagnosis Keys are fetched, which introduces in worst-case additional 24 hours delay in exposure notification. Fetching hourly Diagnosis Keys decreases this delay and aligns Android implementation with iOS implementation.
Unit test is extended but I have not tested it with live API.
Contributes to corona-warn-app/cwa-documentation#236