Skip to content

feat(monitor): configurable post-execution pipeline timeout (default 15m)#80

Merged
tzone85 merged 1 commit into
mainfrom
feat/configurable-pipeline-timeout
Jun 23, 2026
Merged

feat(monitor): configurable post-execution pipeline timeout (default 15m)#80
tzone85 merged 1 commit into
mainfrom
feat/configurable-pipeline-timeout

Conversation

@tzone85

@tzone85 tzone85 commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Ports vortex-dispatch #86. Hardcoded 5-min pipeline deadline → configurable monitor.pipeline_timeout_s (default 900s); slow LLM + conflict resolution under concurrent builds no longer trips context deadline exceeded. Example YAML updated, full suite green.

🤖 Generated with Claude Code

…15m)

Ports vortex-dispatch #86. The per-story post-execution pipeline (review + QA +
merge/conflict-resolution) was bounded by a hardcoded 5-minute context; slow
local LLM calls + conflict resolution under concurrent builds exceed it and
trip "context deadline exceeded", pausing the requirement.

New monitor.pipeline_timeout_s (default 900s/15m) wired into pipelineCtx; falls
back to 15m when unset. Example YAML updated. Build + full suite green.
@tzone85 tzone85 merged commit c9dffc5 into main Jun 23, 2026
@tzone85 tzone85 deleted the feat/configurable-pipeline-timeout branch June 23, 2026 14:51
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.

1 participant