botserver/src/main_module
Rodrigo Rodriguez 9453ff4c65
All checks were successful
BotServer CI / build (push) Successful in 8m15s
fix: Improve cache/valkey and LLM configuration
- Add connection verification for Redis/Valkey cache with PING test
- Support CACHE_URL, REDIS_URL, and VALKEY_URL environment variables
- Add better error messages when cache is unavailable
- Add LLM_URL and LLM_MODEL environment variable support
- LLM configuration now checks env vars first, then database, then defaults
- This ensures local LLM (http://localhost:8081) is used as proper fallback

Fixes suggestions button not working when valkey is unavailable
and improves LLM configuration when no bot config.csv exists.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 23:30:07 +00:00
..
bootstrap.rs fix: Improve cache/valkey and LLM configuration 2026-02-14 23:30:07 +00:00
drive_utils.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
health.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
mod.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
server.rs Fix: Update source files and fix notify dependency reference 2026-02-13 22:30:57 +00:00
shutdown.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
types.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00