From a7b9376919af9b943ebd7c22048bdc13b3959a9e Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Fri, 13 Mar 2015 10:15:37 +0000 Subject: [PATCH] use SIGTERM instead of SIGKILL to allow process to shut down cleanly --- services/filestore/app/coffee/FileConverter.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/filestore/app/coffee/FileConverter.coffee b/services/filestore/app/coffee/FileConverter.coffee index bf38833017..c142d3a5e0 100644 --- a/services/filestore/app/coffee/FileConverter.coffee +++ b/services/filestore/app/coffee/FileConverter.coffee @@ -7,7 +7,7 @@ approvedFormats = ["png"] fourtySeconds = 40 * 1000 childProcessOpts = - killSignal: "SIGKILL" + killSignal: "SIGTERM" timeout: fourtySeconds