forked from EduCraft/curriculum-project-hub
docs: define SaaS capacity controls
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Enforce Agent Run and process resource budgets
|
||||
|
||||
Type: task
|
||||
Status: open
|
||||
Blocked by: 16, 24, 32
|
||||
|
||||
## Question
|
||||
|
||||
Implement ADR-0022's wall-time, turn, tool-count, per-tool-time,
|
||||
output/log/event-size, memory, CPU, and child-process budgets. Termination must
|
||||
be fail-fast and observable, persist `TIMED_OUT` or `LIMIT_EXCEEDED` with the
|
||||
triggered dimension and actual usage, cancel the provider/process safely, and
|
||||
release run locks and admission capacity under every injected failure.
|
||||
Reference in New Issue
Block a user