Skip to content

fix: mention configurable timeout env vars in Ollama stream stall error#9246

Open
DOsinga wants to merge 1 commit into
mainfrom
fix/8437-stream-timeout-error-msg
Open

fix: mention configurable timeout env vars in Ollama stream stall error#9246
DOsinga wants to merge 1 commit into
mainfrom
fix/8437-stream-timeout-error-msg

Conversation

@DOsinga
Copy link
Copy Markdown
Collaborator

@DOsinga DOsinga commented May 15, 2026

The stall error message now tells users about OLLAMA_STREAM_TIMEOUT, GOOSE_STREAM_TIMEOUT, and OLLAMA_TIMEOUT so they know how to increase the timeout without searching docs.

Fixes #8437

The core issue (hardcoded 30s timeout, quoted config values ignored) was already fixed by #8493 and #8844. This PR improves the error message to complete the fix.

The stall error message now tells users about OLLAMA_STREAM_TIMEOUT,
GOOSE_STREAM_TIMEOUT, and OLLAMA_TIMEOUT so they know how to increase
the timeout without searching docs.

Fixes #8437

Signed-off-by: Douwe Osinga <douwe@squareup.com>
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.

Goose Stream Timeout after 30s even when setting timeout to 1200s

1 participant