awslabs/amazon-translate-browser-extension

429 Too many request while translating

Opened this issue · 1 comments

I tried to translate https://aws.amazon.com/tw/ to English and see a lot of 429 Too Many Requests errors from AWS API in the console.

Cloud we do something slightly "smart" like only translating visible (within the viewport, see https://stackoverflow.com/a/41698614) elements first, then slowly translate other part of the page with rate limiting?

Yes, I think that idea has been proposed in this issue: #25