-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Come up with a way to reliably hit a callback function on new entry in the logs table. Every new entry must be sent to HQ Control to see which device listeners must react to the new entry.
One possible solution:
The issue with doing it this way is that we are essentially duplicating the database over a notification channel. Will it scale effectively?
Another possible solution:
- Come up with queries that looks at the count of logs from a device, and if it's higher than the number before, that means it's x amount of entries behind for that device.
- this seems like a terrible solution that would mean polling hq-core very frequently
Overall, this is a blocking issue that needs to be solved before development can meaningfully continue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request