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

setting the events BurstSize/QPS to proper values #1494

Closed
weekface opened this issue Jan 6, 2020 · 1 comment
Closed

setting the events BurstSize/QPS to proper values #1494

weekface opened this issue Jan 6, 2020 · 1 comment
Labels
enhancement New feature or request lifecycle/stale

Comments

@weekface
Copy link
Contributor

weekface commented Jan 6, 2020

Feature Request

Is your feature request related to a problem? Please describe:

#1466 (comment)

The default is a little small, we should set them to a proper values.

	// by default, allow a source to send 25 events about an object
	// but control the refill rate to 1 new event every 5 minutes
	// this helps control the long-tail of events for things that are always
	// unhealthy
	defaultSpamBurst = 25
	defaultSpamQPS   = 1. / 300.

Describe the feature you'd like:

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@github-actions
Copy link

github-actions bot commented Mar 8, 2020

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lifecycle/stale
Projects
None yet
Development

No branches or pull requests

2 participants