We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: Google-translate service reaches the rate limit, and translation fails with the following error:
An error has occurred: User Rate Limit Exceeded Error: User Rate Limit Exceeded
How to add a delay between translation calls or retry the translation call to google service after some period in case the rate limit is reached?
The text was updated successfully, but these errors were encountered:
I'm currently on holiday but will be able to take a look at this in early January 2023 :)
Sorry, something went wrong.
No branches or pull requests
Problem:
Google-translate service reaches the rate limit, and translation fails with the following error:
How to add a delay between translation calls or retry the translation call to google service after some period in case the rate limit is reached?
The text was updated successfully, but these errors were encountered: