consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
Last updated: 2025-11-25
|
||||
|
||||
## Pre-flight
|
||||
- Ensure PostgreSQL and queue backend reachable; health at `/api/v1/orchestrator/admin/health` green.
|
||||
- Ensure PostgreSQL and queue backend reachable; health at `/api/v1/jobengine/admin/health` green.
|
||||
- Verify tenant allowlist and scopes (`orchestrator:*`) configured in Authority.
|
||||
- Plugin bundles present and signatures verified.
|
||||
|
||||
## Common operations
|
||||
- **Start a run**: `POST /api/v1/orchestrator/runs` or `stella orch run start ...`.
|
||||
- **Start a run**: `POST /api/v1/jobengine/runs` or `stella orch run start ...`.
|
||||
- **Cancel a run**: `POST /runs/{runId}:cancel`; best-effort, idempotent.
|
||||
- **Stream status**: WebSocket `/runs/stream` or CLI `stella orch run stream`.
|
||||
- **Export ledger**: NDJSON export by time window for audits.
|
||||
|
||||
Reference in New Issue
Block a user