Replies: 1 comment 2 replies
-
The code determines what data to process based on the downloaded date. So if you immediately rerun after the initial download, it will reprocess a all of that data. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I found this amazing project a few days ago, and today I started to investigate it. After some tests, I have a doubt about the following point in section "Using it":
After first iteration finished (and maybe more than 2 hours), I test the "incremental" command. Although some processes are quicker than the first time, the processes "Processing FIT data from /HealthData/FitFiles/Monitoring" and "Processing FIT data from /HealthData/FitFiles/Activities" seems that is analyzing again all the data.
Is this correct? To only get the new data, is necessary to pass the "--all" flag?
Thanks for your help.
Best regards!
Beta Was this translation helpful? Give feedback.
All reactions