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(config): wire K8s env vars into HiveStack and API server
HiveConfig.from_env() was never used by hive_api_server.py, so K8s/Helm
settings (HIVE_VALIDATE_INPUTS, HIVE_RATE_LIMIT, HIVE_MAX_NODES,
HIVE_MAX_CONTENT_BYTES, TTL) had no effect at runtime.
- Pass max_memory_nodes to RustBrain.max_nodes
- Honor max_content_bytes from config when not overridden
- Auto-create RateLimiter when HIVE_RATE_LIMIT > 0
- Accept HIVE_MAX_NODES alias used in deploy manifests
- Load HiveConfig.from_env() in the REST API server
Regression tests added for env wiring and /route validation.
Co-authored-by: Daniel <DJLougen@users.noreply.github.com>
0 commit comments