-
Notifications
You must be signed in to change notification settings - Fork 12
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
Loop until no new tickets are available #54
Comments
Please keep the youtube ratelimits in mind |
any hint what the limit is? Cant find it in the API documentation. Either way with merging timelens we should spend enough time between the youtube calls ;-) |
Unfortunately not. I can just remember the 120 seconds from twitter, but I guess thats just history now, and that YT sometimes returned HTTP 500 codes when it was too often. |
Ok, i would still make the script loop by it self and when we run into timeouts we a nice sleep ;-) |
Maybe just a sleep after/in running the YT publish would be sufficient. For e.g. audio files we explicitly do not want to sleep, because that is what this issue is about at the end. |
Implemented something, will give this a test run at Tools4AgileTeams at the end of the month. |
Change the runtime behavior of the publisher to loop until not new tickets are available.
This will align its behavior with the other CRS scripts and will speed up publishing
The text was updated successfully, but these errors were encountered: