{ "code": 429, "message": "Resource has been exhausted (e.g. check quota).", "status": "RESOURCE_EXHAUSTED" } I don't completely understand. Why I get this. As I can see my quotas I very or extremely far from the limits. As docs says I have 1000 request per minute. I use no more than 150-200 or even less. Quotas of using Text-to-Speech shows me usage around 5%.
- I start 3-4 processes started at the same time to generate 15-20 short phrases 100-150 symbols in each process. Just each process has 15-20 phrases and generate it one by one in loop. So we have 4 requests at the same time with a small gap and the gap of coure depends on phrases length.
- I expect that all phrases will be generated with no any errors, however, all request fail.