Skip to content

Ingestion burst size not working as desired #8754

Discussion options

You must be logged in to vote

just a follow up clarification: what's the interval when tokens are getting reset

I'm not really sure what you mean, tokens don't get reset. Every time there's another request, the rate limiter checks how long it has been since the last request and adds new tokens to the bucket based on the defined rate and max capacity (burst) before deducting them from the bucket (if there are enough).

I am asking for case where ingestion rate <<< ingestion rate limit for a period and exceeds post that but still less than burst size(e.g if there is no reset, token consumption will be successful beyond ingestion rate limit)?

You can only exceed the rate limit for a little while until the bucket is em…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@56quarters
Comment options

@rishabhkumar92
Comment options

@rishabhkumar92
Comment options

@56quarters
Comment options

Answer selected by rishabhkumar92
@rishabhkumar92
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8746 on July 17, 2024 14:36.