apollo_propeller: add rate-limited queue length warnings#11073
Merged
sirandreww-starkware merged 2 commits intomain-v0.14.2from Feb 19, 2026
Merged
Conversation
This was referenced Dec 24, 2025
Contributor
Author
bfe9644 to
5a11585
Compare
1c71684 to
c20f35b
Compare
c20f35b to
7c9b29b
Compare
5a11585 to
6e2db0d
Compare
7c9b29b to
c9827a6
Compare
6e2db0d to
22d1677
Compare
78d64f6 to
83e3fe6
Compare
c9827a6 to
878de7f
Compare
78d64f6 to
83e3fe6
Compare
Merge activity
|
878de7f to
f858894
Compare
Contributor
Author
sirandreww-starkware
left a comment
There was a problem hiding this comment.
@sirandreww-starkware reviewed 3 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on noamsp-starkware).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Low Risk
Logging-only behavior change with minimal functional impact; main risk is added log noise or small runtime overhead under sustained backlog conditions.
Overview
Adds
apollo_infra_utilsas a dependency forapollo_propellerand useswarn_every_n_ms!to emit rate-limited warnings when the handler’ssend_queueorevents_to_emitexceeds a configurable threshold.Also adds constants to tune the backlog threshold/interval and documents a potential starvation issue in
poll_sendwhenCONCURRENT_STREAMSis increased above 1.Written by Cursor Bugbot for commit f858894. This will update automatically on new commits. Configure here.