Commit dba8c6e
fix: Ollama health probe uses root URL instead of /api/tags
/api/tags can be slow or restricted on some Ollama setups. The root
endpoint (GET /) always returns "Ollama is running" and is the canonical
liveness check. Also lowered log level to DEBUG since a probe failure
is not actionable noise when actual generation requests succeed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5a6ede4 commit dba8c6e
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| 625 | + | |
625 | 626 | | |
626 | | - | |
| 627 | + | |
627 | 628 | | |
628 | 629 | | |
629 | 630 | | |
| |||
632 | 633 | | |
633 | 634 | | |
634 | 635 | | |
635 | | - | |
| 636 | + | |
636 | 637 | | |
637 | 638 | | |
638 | 639 | | |
| |||
0 commit comments