oracle/oci-typescript-sdk

Error: Too many requests for the user

matheusalmeida01 opened this issue · 2 comments

I'm trying to list all the boot volumes from an account and save it in a database, but i'm receiving this error:

All retry attempts have exhausted. Total Attempts : 1. Last exception occurred : Error: Too many requests for the user
Error: Too many requests for the user
at Object.handleErrorResponse (/home/matheus/Área de Trabalho/lib/helper.ts:41:12)
at GenericRetrier. (/home/matheus/Área de Trabalho/lib/retrier.ts:223:31)
at Generator.next ()
at fulfilled (/home/matheus/Área de Trabalho/teste-boot/node_modules/oci-common/lib/retrier.js:9:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
[ERROR] 16:20:43 Error: Too many requests for the user
All retry attempts have exhausted. Total Attempts : 1. Last exception occurred : Error: Too many requests for the user

Is it an error on my code, or OCI limits the amount of requests ?

Hi @matheusalmeida01 ,

Yes from the error message seems like rate limit has been enforced which is throttling your request. We will check with boot volume team if they can increase the request limit. They might need additional information from you.

Thanks.

Hi @matheusalmeida01 , are you still facing the issue? Usually retrying later should resolve this issue. If you are still facing the issue please let us know, we would need your tenancy ocid to dig deep to increase the rate limit. Please try and let us know.