balena-io / balena-sdk

The SDK to make balena powered JavaScript applications.
https://www.balena.io/
Apache License 2.0
146 stars 46 forks source link

Streaming device logs may loose log entries #1381

Closed fisehara closed 11 months ago

fisehara commented 11 months ago

Device logs on dashboard and via balena cli are lacking entries when streamed with --tail option on CLI. All entries are existing when querying logs without --tail option on balena cli.

Related: https://github.com/balena-io/open-balena-api/issues/1305

jellyfish-bot commented 11 months ago

[fisehara] This has attached https://jel.ly.fish/4bfc9691-ae87-4101-b110-9d7ce0efa6dc

fisehara commented 11 months ago

open-balena-api needs to implement redis streams instead of redis pubsub https://github.com/balena-io/open-balena-api/issues/1305