Skip to content

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

Merged
jamadeo merged 2 commits into
mainfrom
fix/8437-stream-timeout-error-msg
May 22, 2026
Merged

fix: mention configurable timeout env vars in Ollama stream stall error#9246
jamadeo merged 2 commits into
mainfrom
fix/8437-stream-timeout-error-msg

Conversation

@DOsinga

@DOsinga DOsinga commented May 15, 2026

Copy link
Copy Markdown
Collaborator

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>
@jamadeo
jamadeo enabled auto-merge May 22, 2026 16:27
@jamadeo
jamadeo added this pull request to the merge queue May 22, 2026
Merged via the queue into main with commit 552154a May 22, 2026
23 checks passed
@jamadeo
jamadeo deleted the fix/8437-stream-timeout-error-msg branch May 22, 2026 16:43
shafqatevo pushed a commit to shafqatevo/goose that referenced this pull request Aug 7, 2026
…or (aaif-goose#9246)

Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Jack Amadeo <jackamadeo@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

2 participants