citus/src/backend
aykut-bozkurt 65f256eec4
* add SIGTERM handler to gracefully terminate task executors, \ (#6473)
Adds signal handlers for graceful termination, cancellation of
task executors and detecting config updates. Related to PR #6459.

#### How to handle termination signal?
Monitor need to gracefully terminate all running task executors before
terminating. Hence, we have sigterm handler for the monitor.

#### How to handle cancellation signal?
Monitor need to gracefully cancel all running task executors before
terminating. Hence, we have sigint handler for the monitor.

#### How to detect configuration changes?
Monitor has SIGHUP handler to reflect configuration changes while
executing tasks.
2022-12-02 18:15:31 +03:00
..
columnar Simplify columnar perf example (#6526) 2022-12-01 20:05:40 +01:00
distributed * add SIGTERM handler to gracefully terminate task executors, \ (#6473) 2022-12-02 18:15:31 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00