We are trying to retrieve items using items query as below:
query {
items(page: 1 limit: 50) {
name
id
}
}
We are getting below error:
{
"error_code": "ResolverCallsExceeded",
"status_code": 429,
"error_message": "Call limit exceeded for Resolvers::Pulses",
"error_data": {
"error_reason": "automations.history.failed_trigger_details.error_reason.api_rate_limit"
}
}
The frequency of the error is higher than the success case. Can anyone suggest is there any way to avoid this issue if not at least any possibility to reduce the frequency of the error.
Regards,
Prashanth