Backup credentials (4): detection — group-scoped issues, staleness/reconcile#225
Open
passcod wants to merge 1 commit into
Open
Backup credentials (4): detection — group-scoped issues, staleness/reconcile#225passcod wants to merge 1 commit into
passcod wants to merge 1 commit into
Conversation
This was referenced Jun 16, 2026
fdb6412 to
a9be8fe
Compare
faa4831 to
a1f8ef3
Compare
a9be8fe to
f091a0d
Compare
ea05619 to
e61e0d9
Compare
f091a0d to
d63f6f3
Compare
8af4282 to
3ebbb7d
Compare
3bd36c2 to
dd4500d
Compare
3ebbb7d to
dfc7b2e
Compare
dd4500d to
ff26642
Compare
dfc7b2e to
1105e20
Compare
ff26642 to
7296e3a
Compare
1105e20 to
1c6c756
Compare
7296e3a to
dc8efd5
Compare
1c6c756 to
92c075b
Compare
dc8efd5 to
b4b1c1b
Compare
92c075b to
fc37211
Compare
…p_event, Option-B group-scoped issues, reachability→monitor rename + DB tests (component 4)
b4b1c1b to
bc091bc
Compare
fc37211 to
7c03a3a
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.
🤖 Component (4), detection half — group-level backup alerting + staleness/reconciliation. Stacked on the component-2 PR (base
component-public-server); review that and #223 first.issues.server_idbecomes nullable and a nullableserver_group_idis added (exactly-one-of CHECK, partial unique/last_seen indexes), so control-plane alerts can point at a group and page regardless of any member'sis_monitored.database::backupmodule: the(source, ref)alert-key contract,raise_group_event(the single group-scoped incident entrypoint, consumed by the inspection Job and PGRO too), signal-1 staleness (+ maintenance staleness), and signal 1↔2 reconciliation.crates/jobs/src/bin/backup_staleness.rs: the minute-cadence DB-only sweep loop.commons-servers::backup_jobs::jitter_slot: shared per-group hash-jitter (preflight + maintenance + inspection schedulers).Issue.server_id-nullable sweep across all consumers:statuses.rs(reachability),commons-servers/tailnet_sweeps.rs,private-server/fns/issues.rs(IssueData.server_idnow nullable); openapi.json + api-types.ts regenerated.jitter_slot8/8.Deferred to a follow-up: the
backup_preflightbin (AWS STS/S3 upstream checks) — it needsaws-sdk-s3and live-AWS verification, so it's not in this PR.🤖 Generated with Claude Code
Part of TAM-6877.