-
Notifications
You must be signed in to change notification settings - Fork 36
TASK-113041: New configuration options for debug throttling #810
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
✅ Deploy Preview for support-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
| <timestamp> Message received from: <mailfrom> | ||
| ``` | ||
|
|
||
| then all messages that match this pattern will be considered the same for throttling purposes, regardless of the actual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious how we do this matching, and what parts are considered to be dedupe-able? We might want to consider documenting the exact semantic as the behavior observed in logs will be customer visible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please look at the updated paragraph.
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
Note
Adds documentation and summary entries for debug message throttling (two new global options) and sanitizes an example auth key.
content/momentum/4/config/ref-debug-throttle.md: documents debug message throttling, including purpose, behavior, examples, and global scope.content/momentum/4/config-options-summary.md): addsdebug_throttle_max_num_same_message(default0, 5.2+) anddebug_throttle_period_secs(default1, 5.2+), linking to the new reference.content/momentum/3/3-push/push-http-request-eval.md): replace hard-codedauth_keywith"REDACTED".Written by Cursor Bugbot for commit 25f71f3. This will update automatically on new commits. Configure here.