bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Proper status handling of broken services #90

Closed warownia1 closed 3 years ago

warownia1 commented 3 years ago

When the command is not found (sh returns 127) the job is treated as finished unsuccessfully instead of reporting broken service. Command not found error should result in the service being marked as non-functional and all subsequent requests should be immediately rejected.