You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A customer had a bug in their app that caused 100s of requests to be sent to Capawesome Cloud's API from every single device. Capawesome Cloud's API already has rate limiting mechanisms in place, but this does not prevent further requests.
Solution:
The plugin should stop sending requests to the server for a certain time (to be defined) if the server responds with an http status 429 Too Many Requests.
The text was updated successfully, but these errors were encountered:
Problem:
A customer had a bug in their app that caused 100s of requests to be sent to Capawesome Cloud's API from every single device. Capawesome Cloud's API already has rate limiting mechanisms in place, but this does not prevent further requests.
Solution:
The plugin should stop sending requests to the server for a certain time (to be defined) if the server responds with an http status
429 Too Many Requests
.The text was updated successfully, but these errors were encountered: