As mentioned in #99
Do not try to restart instance if exit code is unrecoverable.
This PR does not improve situation when user provided an invalid CLI option via passthrough option, e.g. --args.all.invalid-flag=true. ArangoD returns a general exit code 1 which is not enough to distinct if this is unrecoverable error.
As mentioned in #99 Do not try to restart instance if exit code is unrecoverable.
This PR does not improve situation when user provided an invalid CLI option via passthrough option, e.g.
--args.all.invalid-flag=true
. ArangoD returns a general exit code 1 which is not enough to distinct if this is unrecoverable error.