timescale / timescaledb-docker-ha

Create Docker images containing TimescaleDB, Patroni to be used by developers and Kubernetes.
Apache License 2.0
168 stars 45 forks source link

SIGINT as the default stopsignal #492

Closed saolof closed 1 month ago

saolof commented 1 month ago

This directly parallels this issue for the official docker postgres image, which was changed to set SIGINT as the default stopsignal.

This would make the container use fast shutdown mode when stopped instead of trying to wait for all existing queries to finish and then being SIGKILL-ed 30 seconds later

graveland commented 1 month ago

This seems like a reasonable change, thanks for pointing it out!