spdconvos / encryptedbot_py

A bot that scrapes and tweets metadata from OpenMHZ calls.
1 stars 1 forks source link

Long Calls Dropped #6

Closed spdconvos closed 3 years ago

spdconvos commented 3 years ago

Calls that are longer than the check interval never get returned. The beginning and end of a call both have to be within the check period to get counted. Increasing the check interval is a temporary mitigation that introduces some more latency and isn't flexible.

AetherUnbound commented 3 years ago

I was thinking something along the lines of:

spdconvos commented 3 years ago

The OpenMHZ web app uses Socket.io to push updates to clients, maybe the bot could get a session going and get call data through that instead of API scraping.