You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently hitting the resource cap with my 70+ subscriptions, and it is triggering other issues like #2. We should figure out some way to reduce the API resource usage to scale better.
Currently the app has a local database to store the metadata of all videos that have been fetched. Then it runs a "cron"-job every 5 minutes which does a search on each channel you have subscribed to. This fetches the most recent videos and updates the db, but is also very intense in terms of API usage and does not scale very well. Can we do this some better way?
The text was updated successfully, but these errors were encountered:
I am currently hitting the resource cap with my 70+ subscriptions, and it is triggering other issues like #2. We should figure out some way to reduce the API resource usage to scale better.
Currently the app has a local database to store the metadata of all videos that have been fetched. Then it runs a "cron"-job every 5 minutes which does a search on each channel you have subscribed to. This fetches the most recent videos and updates the db, but is also very intense in terms of API usage and does not scale very well. Can we do this some better way?
The text was updated successfully, but these errors were encountered: