Skip to content

fix: log model server fallback instead of silently passing (#360)#362

Merged
buildingjoshbetter merged 1 commit into
mainfrom
fix/s03-silent-server-fallback
May 21, 2026
Merged

fix: log model server fallback instead of silently passing (#360)#362
buildingjoshbetter merged 1 commit into
mainfrom
fix/s03-silent-server-fallback

Conversation

@buildingjoshbetter
Copy link
Copy Markdown
Owner

Summary

Replace bare except Exception: pass with a debug-level log in _run_ingest() so operators can see why ingest fell back to local model loading.

One-line change, no functional impact.

Closes #360

Replace bare `pass` with a debug-level log so operators can diagnose
why ingest is using extra memory (local model load instead of shared
server). No functional change.

Closes #360
@buildingjoshbetter buildingjoshbetter merged commit 614eec7 into main May 21, 2026
13 checks 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.

Ingest CLI ensure_server_running() failure is silent (no log output)

1 participant