ops: pause stale-lineage consistency sweep
This commit is contained in:
parent
0b0254a85d
commit
22d93669ce
1 changed files with 12 additions and 4 deletions
|
|
@ -2,12 +2,13 @@
|
||||||
id: "7c4e9a12-8f3b-4d5e-9c6a-1b2d3e4f5a6b"
|
id: "7c4e9a12-8f3b-4d5e-9c6a-1b2d3e4f5a6b"
|
||||||
name: "State Hub Consistency Sweep"
|
name: "State Hub Consistency Sweep"
|
||||||
type: activity-definition
|
type: activity-definition
|
||||||
version: "1.0"
|
version: "1.1"
|
||||||
enabled: true
|
enabled: false
|
||||||
owner: custodian
|
owner: custodian
|
||||||
governance: custodian
|
governance: custodian
|
||||||
status: active
|
status: paused
|
||||||
created: "2026-06-21"
|
created: "2026-06-21"
|
||||||
|
updated: "2026-08-21"
|
||||||
trigger:
|
trigger:
|
||||||
type: cron
|
type: cron
|
||||||
cron_expression: "*/15 * * * *"
|
cron_expression: "*/15 * * * *"
|
||||||
|
|
@ -37,6 +38,13 @@ activity-core owns the cron schedule and ActivityRun audit trail.
|
||||||
|
|
||||||
## Runner Status
|
## Runner Status
|
||||||
|
|
||||||
|
Paused 2026-08-21 under `RMGR-WP-0005-T11`. The production State Hub sweep
|
||||||
|
mounted `/home/tegwick` read-write and the operator's `/home/tegwick/.ssh`,
|
||||||
|
while 70 railiance01 checkouts still targeted the superseded `gitea-remote`
|
||||||
|
lineage. The Temporal schedule is paused and State Hub sweep mounts are disabled
|
||||||
|
until those checkouts are reconciled to `forgejo-remote` and the registrar
|
||||||
|
preflight passes. Do not re-enable this definition independently.
|
||||||
|
|
||||||
`enabled: true` during `STATE-WP-0064-T03` parallel week (started
|
`enabled: true` during `STATE-WP-0064-T03` parallel week (started
|
||||||
2026-06-21) alongside the local `custodian-sync.timer`. Both invoke the
|
2026-06-21) alongside the local `custodian-sync.timer`. Both invoke the
|
||||||
same State Hub API; the process lock makes overlapping runs idempotent.
|
same State Hub API; the process lock makes overlapping runs idempotent.
|
||||||
|
|
@ -80,4 +88,4 @@ The run should produce:
|
||||||
- zero or more per-repo consistency reports in the API response
|
- zero or more per-repo consistency reports in the API response
|
||||||
- a lock-skipped response when another remote-all sweep is already active
|
- a lock-skipped response when another remote-all sweep is already active
|
||||||
- one activity-core ActivityRun containing the sweep response metadata
|
- one activity-core ActivityRun containing the sweep response metadata
|
||||||
- no LLM call and no direct workplan or canon edits
|
- no LLM call and no direct workplan or canon edits
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue