generated from john/python-template
@@ -19,9 +19,11 @@ This runbook is the operational checklist for releasing and monitoring the trans
|
||||
## 2. Release execution steps
|
||||
|
||||
1. Deploy artifact/config to target environment.
|
||||
- V6.0 Phase 1 production stack: `docker compose -f docker-compose.production.yml up -d --build`
|
||||
2. Validate service startup:
|
||||
- `/healthz` responds `200`
|
||||
- `worker.state` is `running`
|
||||
- if `RUN_EMBEDDED_WORKER=true`, `worker.state` is `running`
|
||||
- if `RUN_EMBEDDED_WORKER=false`, validate `worker` container is healthy/running in Compose
|
||||
3. Execute one smoke workflow:
|
||||
- create a document/job with at least one source
|
||||
- verify terminal job outcome updates
|
||||
|
||||
Reference in New Issue
Block a user