Hello team,
We faced the following issue during testing our GraphQL queris,
{
“errors”: [
{
“code”: 30,
“message”: “There are not enough credits to perfom the requested operation, which requires 1001 credits, but the are only 435 left. In 38 seconds you will have enough credits to perform the operation”,
“operation”: “orders”,
“request_id”: “5ea17e9d3cc8cd0f080397fd”,
“required_credits”: 1001,
“remaining_credits”: 435,
“time_remaining”: “38 seconds”
}
],
“data”: {
“orders”: null
}
}
We are going to use this query from automation business process which should makes many requests. Seems because of this issue our BP will failed after few requests because of this issue.
Is where any workaround to solve this issue and not get those error?