feat(executor): make opencode request timeout configurable#2411
Conversation
|
Thanks! The conflict is from commit |
8fc1c31 to
7fedd52
Compare
|
Rebased onto current main and force-pushed. Dropped the stale schema-fix commit ( Will need workflow approval on the Checks tab to run CI. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
alekspetrov
left a comment
There was a problem hiding this comment.
LGTM. Adds executor.opencode.request_timeout with 10m default, validation, and tests. Rebased onto current main.
Summary
executor.opencode.request_timeoutso OpenCode HTTP request lifetime is configurableExample
Verification
go test ./internal/executor -run 'TestOpenCodeConfig|TestOpenCodeConfigEffectiveRequestTimeout|TestNewOpenCodeBackend' -count=1 -vmake buildCloses #2410