Skip to content

Conversation

@dkoerichbird
Copy link
Contributor

@dkoerichbird dkoerichbird commented Oct 29, 2025

Note

Adds documentation and summary entries for debug message throttling (two new global options) and sanitizes an example auth key.

  • Docs (Config):
    • New page content/momentum/4/config/ref-debug-throttle.md: documents debug message throttling, including purpose, behavior, examples, and global scope.
    • Options summary update (content/momentum/4/config-options-summary.md): adds debug_throttle_max_num_same_message (default 0, 5.2+) and debug_throttle_period_secs (default 1, 5.2+), linking to the new reference.
  • Docs (Push):
    • Security sanitization (content/momentum/3/3-push/push-http-request-eval.md): replace hard-coded auth_key with "REDACTED".

Written by Cursor Bugbot for commit 25f71f3. This will update automatically on new commits. Configure here.

Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
@netlify
Copy link

netlify bot commented Oct 29, 2025

Deploy Preview for support-docs ready!

Name Link
🔨 Latest commit 25f71f3
🔍 Latest deploy log https://app.netlify.com/projects/support-docs/deploys/690cfeb95bef150008377dd3
😎 Deploy Preview https://deploy-preview-810--support-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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
Copy link
Contributor

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.

Copy link
Contributor Author

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants