{
errors: [
'Complexity budget exhausted, query cost 100001 budget remaining 99951 out of 5000000 reset in 50 seconds'
],
error_code: 'ComplexityException',
status_code: 429,
account_id: 20288401
}
When this occurs is it best to just return a 400 failed message for the integration, since the shortLivedToken only lasts 30 seconds?