-
Notifications
You must be signed in to change notification settings - Fork 28
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
API heartbeat error #1349
Comments
Hi, In general we do suggest upgrading one major at a time and I think in this case it would have helped avoiding this issue. |
I'm receiving the message below for a group of devices exactly every 30 seconds when running
open-balena-api
11.8.3. Upgraded from an older version (0.194.0) so am wondering if could be caused by items that existed in thedevice-online-state
redis queue at the time of cutover that were entered using the older api. I believe previously this queue used uuid to identify devices, and that was changed over to id at some point between my last version and the current one. I'm assuming the 30 second frequency is driven by RSMQ_READ_TIMEOUT being set to 30 seconds.And separately, does anyone know if I can address this by just flushing the device state queue in redis? If so, how would I go about doing this? Presumably I could just run FLUSHALL on my redis instance but not sure if that would have any negative effects elsewhere.
And one further note - when I view the
device-online-state:expired:Q
hash in redis I get the following (truncated - but more below with uuid).The text was updated successfully, but these errors were encountered: