Hi there,
Greetings!
Hope you are doing well.
We have some questions related to monday.com API’s response errors that we are receiving.
We are receiving errors in monday.com response while doing the import/update items process using GraphQL API’s. We are getting the following message.
“Complexity budget exhausted, query cost 30001 budget remaining 19834 out of 5000000 reset in 27 seconds”
We are using monday.com custom application and GraphQL API.
We are trying to import ADD/UPDATE/DEL 10k to 20k items using CSV files at a time in Clients Code.
This is the first time we are receiving errors like “Complexity budget exhausted, query cost 30001 budget remaining 19834 out of 5000000 reset in 28 seconds”. So, do you have any suggestions OR why we received this type of error?
Is there is any way to catch this Complexity Budget Exhausted error in code inside try catch block when this error comes, we can stop this process for 30-60 sec then, after 60 sec again start process?
Is it possible??? OR how we can catch this error?
Best,
Aniket