Skip to content

fix: opencode serve 초기 세션 시작 타임아웃 완화 - #40

Open
jskjw157 wants to merge 1 commit into
kstost:mainfrom
jskjw157:fix/opencode-readiness-startup
Open

fix: opencode serve 초기 세션 시작 타임아웃 완화#40
jskjw157 wants to merge 1 commit into
kstost:mainfrom
jskjw157:fix/opencode-readiness-startup

Conversation

@jskjw157

@jskjw157 jskjw157 commented Apr 29, 2026

Copy link
Copy Markdown

Summary

  • Increased opencode serve readiness timeout from 30s to 60s to avoid false startup failures on slower environments.
  • Added a separate longer timeout for the first /session request so cold-start initialization has extra room before we fail it.
  • Kept the long-lived SSE/session stream behavior unchanged; only the readiness and initial session startup path was relaxed.

Notes

  • This PR only touches src/services/opencode.rs.
  • No local build or LSP checks were run here because cargo and rust-analyzer are not available in this environment.

Closes #41

@jskjw157
jskjw157 force-pushed the fix/opencode-readiness-startup branch from 1a6816b to 32ea482 Compare April 29, 2026 21:15
@jskjw157 jskjw157 changed the title opencode 준비 대기 완화 relax opencode startup timeouts Apr 29, 2026
@jskjw157
jskjw157 force-pushed the fix/opencode-readiness-startup branch from 32ea482 to 67ce853 Compare April 29, 2026 21:46
@jskjw157 jskjw157 changed the title relax opencode startup timeouts fix: opencode serve 시작 타임아웃 완화 Apr 29, 2026
@jskjw157 jskjw157 changed the title fix: opencode serve 시작 타임아웃 완화 fix: opencode serve 초기 세션 시작 타임아웃 완화 Apr 29, 2026
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.

opencode serve에서 세션 초기 시작 지연 시 startup timeout 오탐지

1 participant