Skip to content

feat(perf): admit bounded longer deadlines with precise errors - #20

Merged
plotarmordev merged 1 commit into
mainfrom
feat/deadline-limits-16
Sep 10, 2026
Merged

feat(perf): admit bounded longer deadlines with precise errors#20
plotarmordev merged 1 commit into
mainfrom
feat/deadline-limits-16

Conversation

@plotarmordev

Copy link
Copy Markdown
Owner

Closes #16. Stacked on the explicit-thinking control PR; this diff addresses deadlines only.

Raises the finite total_ms admission ceiling from 600,000 to 3,600,000 (one hour). Actual deadlines remain explicit in the workload and plan; existing example budgets are not silently raised. Idle must remain positive and no greater than total. Admission errors identify the offending deadline/buffer field and its bounds.

Collector clocks, cancellation/total/idle precedence, timeout statuses, retained partial evidence and no-retry policy are unchanged. In particular, raising total does not repair the reported 120-second idle timeout: silent prefill or queueing requires an explicitly appropriate idle budget. Longer deadlines can lengthen cooperative drain and are documented as a policy allowance, not a runtime guarantee.

Verified on this exact head: fmt, Clippy -D warnings, workspace tests and release build. Independent SIX and HELP approved the source/contract. CLI fixtures admit larger budgets without waiting an hour and check invalid relations and total versus idle expiry. No model-server calls or hour-long live qualification.

@plotarmordev
plotarmordev changed the base branch from feat/explicit-thinking-11 to main September 10, 2026 07:03
@plotarmordev
plotarmordev merged commit 51dd0ce into main Sep 10, 2026
2 checks passed
@plotarmordev
plotarmordev deleted the feat/deadline-limits-16 branch September 10, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

grill-perf: workload deadline ceiling (total_ms ≤ 600000) rejects legitimate long-output cells

1 participant