project-nomad/admin/app/jobs
Chris Sherwood 78c0b1d24d fix(ai): surface model download errors and prevent silent retry loops
Model downloads that fail (e.g., when Ollama is too old for a model)
were silently retrying 40 times with no UI feedback. Now errors are
broadcast via SSE and shown in the Active Model Downloads section.
Version mismatch errors use UnrecoverableError to fail immediately
instead of retrying. Stale failed jobs are cleared on retry so users
aren't permanently blocked.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 16:30:35 -07:00
..
check_service_updates_job.ts feat: support for updating services 2026-03-11 14:08:09 -07:00
check_update_job.ts fix: improve type-safety for KVStore values 2026-03-03 20:51:38 -08:00
download_model_job.ts fix(ai): surface model download errors and prevent silent retry loops 2026-03-25 16:30:35 -07:00
embed_file_job.ts fix: prevent embedding retry storm when Ollama is not installed 2026-03-20 11:46:10 -07:00
run_benchmark_job.ts feat(Docker): container URL resolution util and networking improvs 2026-01-24 15:27:56 -08:00
run_download_job.ts fix: prevent embedding retry storm when Ollama is not installed 2026-03-20 11:46:10 -07:00