Merge pull request #105 from resin-io/103-dont-restart-on-delta-change

Add RESIN_SUPERVISOR_DELTA to vars that don't restart the app
This commit is contained in:
Pablo Carranza Vélez 2016-03-23 00:09:11 +02:00
commit 06d2fa1afd
2 changed files with 3 additions and 0 deletions

View File

@ -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]

View File

@ -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