fix: Make Google request single-threaded - #213
Merged
Merged
Conversation
Contributor
|
Tip Preview URL: |
nickolay168
force-pushed
the
nickolay168/add_google_lock
branch
from
September 9, 2026 07:23
4229515 to
c10ba65
Compare
nickolay168
force-pushed
the
nickolay168/add_google_lock
branch
from
September 9, 2026 07:26
c10ba65 to
7dbf334
Compare
nickolay168
force-pushed
the
nickolay168/add_google_lock
branch
from
September 9, 2026 07:28
7dbf334 to
d845b38
Compare
nickolay168
marked this pull request as ready for review
September 9, 2026 07:33
nickolay168
force-pushed
the
nickolay168/add_google_lock
branch
from
September 12, 2026 07:48
d845b38 to
37f6168
Compare
nickolay168
force-pushed
the
nickolay168/add_google_lock
branch
from
September 12, 2026 08:04
37f6168 to
cf8e888
Compare
nickolay168
force-pushed
the
nickolay168/add_google_lock
branch
from
September 13, 2026 06:38
cf8e888 to
aa5514e
Compare
Member
|
Is the google api limit really that bad? |
Contributor
Author
I am constantly seeing this error on the PR https://github.com/TokTok/qTox/actions/runs/34313138125/job/102343745673?pr=750 |
Contributor
Author
|
@Green-Sky it looks like we have another problem, Baidu started to require authorization token. |
iphydf
approved these changes
Sep 13, 2026
Green-Sky
approved these changes
Sep 13, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Making the requests to google effectively single-threaded and also adding retry for internal server errors (500). It is another attempt to fix throttling of CI/CD.
This change is