Sometimes 429 (too many requests) #205
Labels
Discussion
The intent of the Discussion tag is to precisely that
Enhancement
New feature or request
Help Wanted
Extra attention is needed
P2
We want this, but it's not totally clear or extremely important
Description
429 - too many requests
Steps to Reproduce
Expected behavior:
Optimize API requests by refraining from calling the API each time a product is selected, which results in multiple API calls. Instead, utilize a single call to retrieve product information. For example:
https://support.mozilla.org/api/2/question/?format=json&ordering=-id&is_solved=false&is_spam=false&is_locked=false&products=ios,firefox,thunderbird&is_taken=false&is_archived=false&locale=pt-BR&num_answers=0
Actual behavior:
The API is being called repeatedly for each selected product/locale.
System information
Additional Information
Documentation to reference: https://mozilla.github.io/kitsune/api/#optional-arguments
The text was updated successfully, but these errors were encountered: