TenthPres/livestreams

Have a background task handle querying the API. Quota is going too fast.

Closed this issue · 0 comments

jkrrv commented

It appears that when the YouTube API cache expires, multiple simultaneous-ish requests prompt new requests sent to the API. That's eating away at the limited quota. Replace this on-demand querying with a proactive behind-the-scenes method.

Theoretically, this may also improve response times for the json request.