Extract healthcheck into its own class #38
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "healthcheck"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This moves the whole checks if everything is running into its own class and is no longer inside the different functions.
Makes the functions smaller and the healthcheck can be used from the client only if wanted/needed.
I love it!