Thanks! My attitude is that you’ve got to handle SIGTERM and SIGINT properly in any case. There’s no excuse not to because it’s the only way to do fully graceful deployments. If your app gets SIGKILL’d you’re going to lose whatever transactions are in flight anyway. I probably should document it!