Description
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 ?