Skip to content

Conversation

henrybarreto
Copy link
Member

@henrybarreto henrybarreto commented Aug 19, 2025

This change increases the API's capacity to handle sudden spikes in
traffic. By allowing a burst size of 100, the system can accommodate
more incoming requests within the rate interval without immediately
rejecting excess traffic.

Sometimes, the UI can generate a high volume of requests within the rate
interval, which could lead to a 429 status code (Too Many Requests).
This adjustment helps prevent such errors and improves the overall user
experience.

@henrybarreto henrybarreto requested a review from a team as a code owner August 19, 2025 22:03
This change increases the API's capacity to handle sudden spikes in
traffic. By allowing a burst size of 100, the system can accommodate
more incoming requests within the rate interval without immediately
rejecting excess traffic.

Sometimes, the UI can generate a high volume of requests within the rate
interval, which could lead to a 429 status code (Too Many Requests).
This adjustment helps prevent such errors and improves the overall user
experience.
@henrybarreto henrybarreto force-pushed the fix/set-default-burst-great-value branch from 4ea864a to 8abb2f8 Compare August 19, 2025 22:05
@gustavosbarreto gustavosbarreto merged commit db8ca8e into master Aug 20, 2025
16 checks passed
@gustavosbarreto gustavosbarreto deleted the fix/set-default-burst-great-value branch August 20, 2025 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants