Add runner management health check for /ping

Even though we can check the health of the runner management, we would like to ensure an external health check validates the availability of all required services.
This commit is contained in:
Sebastian Serth
2023-03-13 22:54:14 +01:00
parent 0643bc8c0c
commit 0dd931fba1
5 changed files with 42 additions and 1 deletions

View File

@ -53,6 +53,10 @@ class Runner::Strategy
raise NotImplementedError
end
def self.health
raise NotImplementedError
end
def self.release
raise NotImplementedError
end