From f29bab0b9de7cea225b587f493436e63853ba61e Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Wed, 9 Mar 2016 10:53:48 -0300 Subject: [PATCH] Add RESIN_SUPERVISOR_DELTA to special list so that app is not restarted when it changes --- CHANGELOG.md | 2 ++ src/application.coffee | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d13c92..af283764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +* Add RESIN_SUPERVISOR_DELTA to special list so that app is not restarted when it changes [Pablo] + # v1.6.1 * Reduce noise in logs [Kostas] diff --git a/src/application.coffee b/src/application.coffee index e3b56477..12eac9fe 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -319,6 +319,7 @@ apiPollInterval = (val) -> specialActionEnvVars = 'RESIN_OVERRIDE_LOCK': null # This one is in use, so we keep backwards comp. + 'RESIN_SUPERVISOR_DELTA': null 'RESIN_SUPERVISOR_UPDATE_STRATEGY': null 'RESIN_SUPERVISOR_HANDOVER_TIMEOUT': null 'RESIN_SUPERVISOR_OVERRIDE_LOCK': null