-
Notifications
You must be signed in to change notification settings - Fork 0
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
Data upload delay due to hanging thread #18
Comments
I can verify this. Looking into it |
This should fix this: @ArneTR please update your power_logger.py under /usr/local/bin/hog/power_logger.py
Will take some time to upload everything |
Keeping open till @ArneTR confirms this fixes the issue |
Implemented. waiting for data to confirm |
Looks good:
|
This one can be closed then. I will re-open if it happens again.
Scenario: Data is sent by hog. API processes but answer not been sent. Hog closes. No 204 is ever sent back, but data actually processed on API side. Hog sends data again in next cycle. Do we maybe have duplicates? If you think this is possible. Can you check DB for duplicates? |
The hog in it's current patch level constantly displays current data on local.
However I am experiencing missing data when using the Detailed Analytics.
My upload backlog is already at 2000+ and the daemon has been running uniterrupted since then.
Apparently the upload did not succeed and the thread crashed. The other threads where running fine.
The reason to that is currently unknown and I cannot spot this behaviour in my prior logs.
The resolve is to unload/load the daemon.
The text was updated successfully, but these errors were encountered: