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
Enhance GracefulShutdownHandler to prevent duplicate shutdown execution
- Added checks in `_handle_sigint` and `_handle_sigterm` methods to ignore signals if a shutdown is already in progress, improving robustness and logging clarity.
0 commit comments