Conversation
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
Merged
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
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
595820a to
70a7521
Compare
70a7521 to
005df8d
Compare
005df8d to
81ef2f4
Compare
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.
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