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 « J'aime »

@hnaseri Did that fix your issues?

@sam, cette solution est-elle toujours valable ?
Je crée des utilisateurs et les ajoute à des groupes via des appels API, et je reçois maintenant des réponses du type « Ralentissez, trop de requêtes depuis cette adresse IP ». Existe-t-il un paramètre permettant d’ajuster le nombre de requêtes autorisées pour cette adresse IP spécifique ou pour l’utilisateur de l’API ? Je pense que ce serait la solution la plus sûre.

Merci

1 « J'aime »

Voir :

Pour un document complet sur nos limites de taux actuelles.

2 « J'aime »