https://flyte.org logo
#ask-the-community
Title
# ask-the-community
t

Thomas Newton

11/08/2023, 7:42 PM
Please could someone explain to me what the
burst
paramater means in
Copy code
core:
    propeller:
      kube-client-config:
        qps: 100
        burst: 25
        timeout: 30s
I've been unable to find any documentation about it.
k

Ketan (kumare3)

11/09/2023, 12:52 AM
this is kube client, this implements token bucket algorithm, with a potential to burst every second
t

Thomas Newton

11/09/2023, 12:56 AM
Thanks. I have never heard of the token bucket algorithm before. Probably the Wikipedia page can answer what it is 🙂.
s

Samhita Alla

11/09/2023, 9:25 AM
t

Thomas Newton

11/09/2023, 9:36 AM
Thanks. I just didn't understand what the max burst rate meant. I think I understand it now. It would be nice to mention the token bucket algorithm in the docs 🙂.
2 Views