Closed petrkalina closed 7 years ago
add support to the unless-stopped restart policy (see https://docs.docker.com/engine/reference/run/)
unless-stopped
IMO this is due to this line in https://github.com/signalfx/maestro-ng/blob/master/maestro/entities.py
# Possible values for the restart policy type. _VALID_RESTART_POLICIES = ['no', 'always', 'on-failure']
so the fix should be trivial
when is the next release planned so I can apply this fix in production?
Just released 0.4.2 with the recent changes, including this fix. Enjoy!
add support to the
unless-stopped
restart policy (see https://docs.docker.com/engine/reference/run/)IMO this is due to this line in https://github.com/signalfx/maestro-ng/blob/master/maestro/entities.py
so the fix should be trivial