Document service job durability contract
This commit is contained in:
parent
4089b7e400
commit
6154d74add
6 changed files with 113 additions and 8 deletions
|
|
@ -120,7 +120,7 @@ Progress:
|
|||
|
||||
```task
|
||||
id: GUIDE-BOARD-WP-0002-T004
|
||||
status: todo
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "10e4003c-dc11-4a8e-aecc-7815559ac439"
|
||||
```
|
||||
|
|
@ -134,6 +134,18 @@ Acceptance:
|
|||
- If durable indexing is added, keep it dependency-light and reconstructable
|
||||
from retained run artifacts.
|
||||
|
||||
Decision:
|
||||
|
||||
- Keep local service job state intentionally in-memory for the baseline.
|
||||
- Treat run directories and `retention-summary.json` as the durable recovery
|
||||
source.
|
||||
|
||||
Progress:
|
||||
|
||||
- Added `docs/SERVICE-JOB-DURABILITY.md`.
|
||||
- Linked the contract from README, the local service API docs, and the
|
||||
assessment operations guide.
|
||||
|
||||
## D2.5 - Container Smoke Acceptance
|
||||
|
||||
```task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue