Skip to content

Implementation of signal handlers #17

@Zerpet

Description

@Zerpet

This issue tracks the development of signal handlers for gpcheckintegrity. The program should handle signals gracefully. At the moment, it prints the stack trace and exits, which is not very user friendly.

The main handlers should be:

  1. SIGTERM should stop things gracefully and close connections, then do a clean exit.
  2. SIGINT should stop things gracefully, close connections and ignore subsequent signals of this kinds (use case of ctrl-c storm)
  3. Other signals like SIGQUIT and SIGABRT should behave the same as point 1

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions