Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: logging for client-side throttling #11437

Conversation

Jack-R-lantern
Copy link
Contributor

@Jack-R-lantern Jack-R-lantern commented Jul 25, 2023

Implemented logging of throttling.
when a delay of more than 5 seconds occurs.

Fixes #11387 #11402

Motivation

To make it faster for users to notice when client-side throttling is happening.

Modifications

Implemented to output a warning if latency is greater than 5 seconds when qps, burst is set very low

Verification

@Jack-R-lantern Jack-R-lantern marked this pull request as ready for review July 25, 2023 04:31
Implemented logging of throttling.
when a delay of more than 5 seconds occurs.

Signed-off-by: Jack-R-lantern <tjdfkr2421@gmail.com>
@Jack-R-lantern Jack-R-lantern force-pushed the ISSUE-11387/Better-exposure-for-client-side-throttling branch from 2863fb2 to df5b06b Compare July 25, 2023 12:53
@Jack-R-lantern
Copy link
Contributor Author

client-go implemented extraLongThrottleLatency as 1 second.
Would it be better to implement extraLongThrottleLatency as 1 second like client-go?

@terrytangyuan terrytangyuan merged commit 336d8a4 into argoproj:master Jul 25, 2023
22 checks passed
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.

Better exposure for client-side throttling
3 participants