Twitch tracking sometimes misses streams #68
Labels
No Label
admins only
bug
design
duplicate
gimme feedback
good first issue
hmmmm
invalid
reference
wontfix
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hmn/hmn#68
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that occasionally a live streamer wouldn't be recognized as live.
Right now we're not storing a full history of the twitch communication flow, only the current snapshot of who is live, and our logging situation is such that even with more detailed logs it would be hard to investigate this issue (too much log noise from other systems).
We need to either:
We definitely need to improve how we do logging regardless, but I think logging to separate files would be totally reasonable given that they're totally independent subsystems.
Also, I think storing Twitch history would be a good idea. I want the bot messages to show who was recently live anyway, and I think that info would be good to power an eventual streams page. We wouldn't have to keep the info forever, of course.