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

High change rate circuit breaker #530

Open
moshloop opened this issue May 6, 2024 · 1 comment · May be fixed by #549
Open

High change rate circuit breaker #530

moshloop opened this issue May 6, 2024 · 1 comment · May be fixed by #549
Assignees

Comments

@moshloop
Copy link
Member

moshloop commented May 6, 2024

Maintain a count of new changes per period (changes.max.window=2h) and then stop recording changes if changes.max.count=100 are detected and insert a TooManyChanges event instead

@adityathebe adityathebe self-assigned this May 14, 2024
@adityathebe
Copy link
Member

adityathebe commented May 14, 2024

@moshloop This is per scraper & per (change type, summary)? or just per scraper?

It's per config item.

@adityathebe adityathebe linked a pull request May 16, 2024 that will close this issue
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 a pull request may close this issue.

2 participants