We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c833fd commit 9415dd4Copy full SHA for 9415dd4
py_spring_core/core/application/py_spring_application.py
@@ -295,8 +295,7 @@ def __init_graceful_shutdown(self) -> None:
295
handler_cls = self._init_external_handler(GracefulShutdownHandler)
296
if handler_cls is None:
297
return
298
-
299
- handler: GracefulShutdownHandler = handler_cls()
+ handler_cls()
300
logger.debug(f"[{handler_type} INIT] Graceful shutdown initialized")
301
302
def __configure_uvicorn_logging(self):
0 commit comments