-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Adding New Health Check page has 9 steps to add a new health check into the codebase.
This github issue is not asking explicitly for a given enhancement, but for simplification of the process where possible. I'll list some ideas below, simplification shouldn't be limited to those ideas:
-
a new
def check_examplefunction requires 75 lines, mostly boilerplate. we should aim to reduce this. -
too many manual actions are required from the user, can we create a script that handles many of the boilerplate steps:
$ bin/create_new_health_check.sh <check-name>
# creates the check file, implements click interface, registers the check, add killswitches, ...
# shows a pointer of instructions to the user for the remaining steps that we can't possibly automate with the above
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels