You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mcp-brain-server): spawn_blocking for cognitive cycle + postgres version bump (#490)
- Wrap run_enhanced_training_cycle in tokio::task::spawn_blocking to
prevent CPU-intensive cognitive cycles from starving HTTP handlers
(root cause of 504 upstream timeouts, closes#305)
- Derive Default for EnhancedTrainingResult so spawn_blocking JoinError
can be handled cleanly
- Bump ruvector-postgres version 0.3.0 → 2.0.1 to match the Docker
image tag convention (closes#271)
Co-authored-by: ruvnet <ruvnet@gmail.com>
0 commit comments