-
Notifications
You must be signed in to change notification settings - Fork 9
perf(monitor): Fold max_* into combo queries #96
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
Open
smudge
wants to merge
1
commit into
smudge/stack/6
Choose a base branch
from
smudge/stack/7
base: smudge/stack/6
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+138
−388
Conversation
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
This folds `max_lock_age` and `max_age` (and by extension, `age_alert_percent`) into the combined monitor queries introduced in the prior commit. As before, I split these into two aggregate queries, hinging on whether `locked_at` (and therefore, a heap lookup) is required to return a result. /no-platform stack-info: PR: #96, branch: smudge/stack/7
3a68af0 to
72f7d0b
Compare
f799f7b to
3082edc
Compare
This was referenced Feb 10, 2026
72f7d0b to
206f4cd
Compare
Open
206f4cd to
503c8be
Compare
503c8be to
7561419
Compare
4648ab9 to
e1c6a8d
Compare
smudge
added a commit
that referenced
this pull request
Feb 10, 2026
This folds `max_lock_age` and `max_age` (and by extension, `age_alert_percent`) into the combined monitor queries introduced in the prior commit. As before, I split these into two aggregate queries, hinging on whether `locked_at` (and therefore, a heap lookup) is required to return a result. /no-platform stack-info: PR: #96, branch: smudge/stack/7
7561419 to
c81508f
Compare
e1c6a8d to
2fcc09e
Compare
smudge
added a commit
that referenced
this pull request
Feb 10, 2026
This folds `max_lock_age` and `max_age` (and by extension, `age_alert_percent`) into the combined monitor queries introduced in the prior commit. As before, I split these into two aggregate queries, hinging on whether `locked_at` (and therefore, a heap lookup) is required to return a result. /no-platform stack-info: PR: #96, branch: smudge/stack/7
c81508f to
0484f28
Compare
2fcc09e to
2a963ff
Compare
smudge
added a commit
that referenced
this pull request
Feb 11, 2026
This folds `max_lock_age` and `max_age` (and by extension, `age_alert_percent`) into the combined monitor queries introduced in the prior commit. As before, I split these into two aggregate queries, hinging on whether `locked_at` (and therefore, a heap lookup) is required to return a result. /no-platform stack-info: PR: #96, branch: smudge/stack/7
0484f28 to
595820a
Compare
2a963ff to
665facb
Compare
595820a to
70a7521
Compare
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.
Stacked PRs:
perf(monitor): Fold max_* into combo queries
This folds
max_lock_ageandmax_age(and by extension,age_alert_percent) into the combined monitor queries introduced in theprior commit.
As before, I split these into two aggregate queries, hinging on whether
locked_at(and therefore, a heap lookup) is required to return aresult.
/no-platform