Api call returns nothing when too many requests

I want to get a list of topic with api calls and show their average rating in my android app but I cant get more than about 36 topic at once and the api return empty if I go more than that. I tried to increase max user api reqs per minute/day but it didn’t help.

Is there any other rate limits that I need to increase?

I have found the following file. Is it related to my problem? and if it is, How should I increase the limit here?

Add the following section into your app.yml

params:
  reqs_per_second: 12
  burst_per_second: 12
  reqs_per_minute: 200
  burst_per_minute: 100

Edit to taste.

4 Me gusta

@hnaseri Did that fix your issues?

@sam ¿sigue siendo esa la solución válida?
Creo Usuarios y los agrego a grupos mediante llamadas a la API, y ahora recibo respuestas como “Desacelera, demasiadas solicitudes desde esta dirección IP”. ¿O hay una configuración donde pueda ajustar el número de solicitudes permitidas para esta dirección IP en particular, o para el usuario de la API? Creo que eso sería lo más seguro.

Gracias

1 me gusta

Consulta:

Para ver la documentación completa sobre nuestros límites de velocidad actuales.

2 Me gusta