mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 11:16:34 +00:00
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:
commit
06d2fa1afd
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user