What happens?
The webserver and TCP server do not terminate gracefully. There is no signal handler to do a graceful shutdown.
What were you expecting to happen?
When the application receives a SIGTERM signal is does a graceful shutdown.
Steps to reproduce:
Start the application then send it a SIGTERM signal using the kill(1) command.
Any errors, stacktrace, logs?
N/A
Environment:
- Runtime version(Java, Go, Python, etc): N/A
- Desktop OS/version: N/A
Additional comments:
None.
What happens?
The webserver and TCP server do not terminate gracefully. There is no signal handler to do a graceful shutdown.
What were you expecting to happen?
When the application receives a SIGTERM signal is does a graceful shutdown.
Steps to reproduce:
Start the application then send it a SIGTERM signal using the
kill(1)command.Any errors, stacktrace, logs?
N/A
Environment:
Additional comments:
None.