Skip to content

monitor service: failure to restart services is not fatal

clayton craft requested to merge craftyguy:monitor_support_perf_ci into master

Created by: craftyguy

Some CI systems (e.g. perf CI) may not have all services installed (e.g. poll_branches), so the monitor service should continue when there is a failure.

This prints a warning to stdout when a service fails to start so that legit failures can still be debugged.

Merge request reports