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 Redis connection timing by deferring tool imports
- Move tool imports into _import_tools() function called after config reload
- This ensures RedisConnectionManager singleton is never instantiated before config is set
- Much cleaner solution than resetting singleton - prevents the problem instead of fixing it
- Tools are imported after reload_redis_config() so they use the correct Redis configuration
- Maintains backward compatibility with main() function
0 commit comments