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
ef5119d feat: implement graceful shutdown functionality - Add Shutdown() method to IBalancer interface - Add Close() method to IProxyClient interface - Implement graceful shutdown in all balancer types - Add signal handling for SIGTERM and SIGINT in main.go - Implement 30-second timeout for graceful shutdown - Stop health checkers and close proxy connections cleanly - Add comprehensive logging throughout shutdown process - Update MockProxy to implement Close() method - Resolves #20