We have done a little research, and you got two types of errors :
502 -> {
“messages”: “The API is unreachable, please contact the API provider”,
“info”: “Your Client (working) —> Gateway (working) —> API (not working)”
}
This is due to our server limits, since this api is free we run it on a medium server that some times is not enough when there is a lot of requests in a short time.
500 ->
{
“error”: “multiplanner encountered a failure while selecting best plan :: caused by :: operation exceeded time limit”,
“stack”: “?”,
“results”: null
}
This is due to a complex request that the server can’t responde in 5 seconds.
This are not limits of the api itself but more of infrastructure limits.
I am asking because I got limit error per hour, but no specific information about it, and also can’t find it anywhere. I didn’t call 10 requests per seconds, even close… But thanks for response!
Hi,
I find out that for free plans is imposed a hard limit of 500.000 request per month.
500,000 / month Hard Limit
Rate Limit 1000 requests per hour
Thanks,
AM
We have done a little research, and you got two types of errors :
502 -> {
“messages”: “The API is unreachable, please contact the API provider”,
“info”: “Your Client (working) —> Gateway (working) —> API (not working)”
}
This is due to our server limits, since this api is free we run it on a medium server that some times is not enough when there is a lot of requests in a short time.
500 ->
{
“error”: “multiplanner encountered a failure while selecting best plan :: caused by :: operation exceeded time limit”,
“stack”: “?”,
“results”: null
}
This is due to a complex request that the server can’t responde in 5 seconds.
This are not limits of the api itself but more of infrastructure limits.
Thanks,
AM
I am asking because I got limit error per hour, but no specific information about it, and also can’t find it anywhere. I didn’t call 10 requests per seconds, even close… But thanks for response!
Hi,
There is no specified limit, but abuse or spam leads to automate ban.
abuse/spam = more than 10 request per second
Thanks,
AM