Hi, I am testing the Monday.com API endpoint using a developer account. I encountered the 429 error. I have a few questions about this.
{
"error_code": "ComplexityException",
"status_code": 429,
"error_message": "Complexity budget exhausted, query cost 325385 budget remaining 23845 out of 1000000 reset in 20 seconds",
"error_data": {},
"errors": [
"Complexity budget exhausted, query cost 325385 budget remaining 23845 out of 1000000 reset in 20 seconds"
],
"account_id": 14649038
}
- What’s the complexity limit for developer account? 1M or 10M? I found developer account limit was upgraded to 10M in the community announcement, but I can only see 1M during my testing.
- What does “budget remaining” in the error_message mean? According to my understanding, remaining budget means I haven’t reached the complexity limit, then why it raises complexityException error?
- Paid accounts may have higher complexity limit, how about Enterprise Account? Can Enterprise Account ask for complexity > 10M?
Thanks!