botserver/src/core
Rodrigo Rodriguez ba70bd97bc
All checks were successful
BotServer CI / build (push) Successful in 8m56s
fix: Bootstrap should check Valkey is running and use correct component name
- Fix component name mismatch: "redis" -> "cache" in bootstrap_manager
- Add cache_health_check() function to verify Valkey is responding
- Add health check loop after starting cache (12s wait with PING test)
- Ensures cache is ready before proceeding with bootstrap

This fixes the issue where botserver would hang waiting for cache
connection because the cache component was never started.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 11:26:27 +00:00
..
automation Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
bootstrap fix: Bootstrap should check Valkey is running and use correct component name 2026-02-15 11:26:27 +00:00
bot fix: Resolve compilation errors 2026-02-14 22:15:35 +00:00
config Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
directory Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
dns Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
incus Fix migration errors and reorganize migration files 2026-01-27 13:45:54 -03:00
kb fix: Update multiple modules for i18n and drive monitoring 2026-02-14 22:06:57 +00:00
oauth Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
package_manager fix: Extract Valkey to cache/bin/ directory 2026-02-15 01:22:59 +00:00
secrets Update bootstrap and core modules 2026-02-14 09:54:14 +00:00
session Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
shared Update bootstrap and core modules 2026-02-14 09:54:14 +00:00
bot_database.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
config_reload.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
features.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
i18n.rs Debug: Add logging for missing translation keys 2026-02-14 12:25:46 +00:00
large_org_optimizer.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
manifest.rs Update PROMPT.md and feature gating 2026-01-22 20:24:05 -03:00
middleware.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
mod.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
organization.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
organization_invitations.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
organization_rbac.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
performance.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
product.rs feat: Add search_enabled and menu_launcher_enabled directives to .product file 2026-01-29 23:55:50 -03:00
rate_limit.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
urls.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00