Skip to content

fix(archivist): give a long document time to finish filing - #74

Merged
arthware-dev merged 1 commit into
mainfrom
fix/llm-timeout-headroom
Aug 31, 2026
Merged

fix(archivist): give a long document time to finish filing#74
arthware-dev merged 1 commit into
mainfrom
fix/llm-timeout-headroom

Conversation

@arthware-dev

Copy link
Copy Markdown
Contributor

Filing a multi-page PDF was cancelled partway through and the work thrown
away. Both budgets it runs under were shorter than the job: the LLM call
timed out at 300s and the handler at 480s, while one prefill pass over a
dense 14-page document measured 163s on a Mac with RAM to spare, and a
filing makes three such calls.

Raises the two ceilings so a slow machine can finish. Constants only; how
the timeouts work is unchanged.

@arthware-dev
arthware-dev merged commit 508d904 into main Aug 31, 2026
1 check passed
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