Giter Club home page Giter Club logo

Comments (2)

victorjzsun avatar victorjzsun commented on August 15, 2024 1

I added findnextrow for 2 use cases:

  1. You have lots of rows in the sheet, and it just so happens that checking all channels leads to a script timeout, leaving later rows to not be checked. By using findnextrow, the script can pick up where it left off and continue executing, assuming you run the script enough times.
  2. You introduce a new row to the script and want to load close to 200 videos from this row. If you try to run the script, it might pick up videos from rows executed first, and then hit the API quota.

By introducing update frequency, these cases should be covered:

  1. Use update frequency to spread rows across multiple calls, heavily reducing the chance of a script timeout.
  2. When you add a row and run the script, very few rows will be also be updated, since others will still be in cooldown.

Thus, I guess it does make sense to remove findnextrow.

from auto-youtube-subscription-playlist-2.

JesperDramsch avatar JesperDramsch commented on August 15, 2024

I can do that when we finished work on the recursive PR in #72

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.