Implement ACTIVITY-WP-0021 production automation reliability
Root-cause IssueSink 503 (dead Forgejo PAT on issue-core), add state-hub task sink path B, log runs before emit, harden sync_schedules, deterministic SBOM/triage reports, DB probe thrash fix, and prod automation-status helper.
This commit is contained in:
parent
1209ff6973
commit
98e8aa83bd
15 changed files with 638 additions and 63 deletions
3
Makefile
3
Makefile
|
|
@ -40,6 +40,9 @@ automation-status: ## Report recent automation status from repo-owned evidence
|
|||
automation-status-json: ## Report recent automation status as JSON
|
||||
$(MAKE) automation-status FORMAT=json
|
||||
|
||||
prod-automation-status: ## Prod run counts via SSH railiance01 (ACTIVITY-WP-0021)
|
||||
./scripts/prod_automation_status.sh $(SINCE)
|
||||
|
||||
automation-list: ## List configured scheduled automations from repo-owned definitions
|
||||
@uv run python scripts/automation_inventory.py --format "$(FORMAT)" --enabled "$(ENABLED)" $(if $(TRIGGER),--trigger-type "$(TRIGGER)",) $(if $(ACTIVITY_ID),--activity-id "$(ACTIVITY_ID)",) $(if $(ACTIVITY_NAME),--activity-name "$(ACTIVITY_NAME)",)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue