Giter Club home page Giter Club logo

Comments (5)

Fabian42 avatar Fabian42 commented on August 15, 2024

from auto-youtube-subscription-playlist-2.

allanlaal avatar allanlaal commented on August 15, 2024

then I would have 26 documents to manage :(

from auto-youtube-subscription-playlist-2.

victorjzsun avatar victorjzsun commented on August 15, 2024

The only way to break execution up across different times is by adding more triggers or clicking run multiple times. Assuming there is some kind of action that starts the script, we can conditionally update two ways:

  1. Given the set of rows that need to be updated, update only those rows' playlists
    • Start and end rows for each run time? Group rows (with some format) and next group to update
  2. Given all the sync times of each channel, and the current time, update all matching channels

from auto-youtube-subscription-playlist-2.

JesperDramsch avatar JesperDramsch commented on August 15, 2024

@allanlaal the newest version implements sync times per channel

from auto-youtube-subscription-playlist-2.

victorjzsun avatar victorjzsun commented on August 15, 2024

Closing this due to inactivity and mostly being resolved.

Use case A is either solved by using frequency per row or multiple documents if still hitting quota. Frequency per channel is probably too granular and doesn't provide much benefit over per row.

Use case B is also solved since frequency per row should gate all other rows from updating so only the new row should be targeted. If we still cannot update in one run, probably cause too many videos to add, therefore quota error hit rather than timeout error which we can't really fix.

from auto-youtube-subscription-playlist-2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.