Skip to content

Graceful Shutdown #38

@seanmalloy

Description

@seanmalloy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions