Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement module to limit requests counting towards rate limit #19

Open
Carravan opened this issue Oct 9, 2022 · 0 comments
Open

Implement module to limit requests counting towards rate limit #19

Carravan opened this issue Oct 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Carravan
Copy link

Carravan commented Oct 9, 2022

When starting up with several channels to monitor, a lot of yta instances can spawn at once (many of which will be discarded based on yta output) which can quickly exceed rate limit. By creating a module that governs all requests that count towards rate limit, the actions can be spaced out and dispatched from a queue one after another. I'm not sure if a safe rate is known (in which case, force that) but I envision a user setting to define how many seconds of wait should be between requests, to space them out equally.

@hizkifw hizkifw added the enhancement New feature or request label Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants