Closed saolof closed 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
This seems like a reasonable change, thanks for pointing it out!
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