MCPcopy Create free account
hub / github.com/apache/storm / initialize_healthcheck_subcommand

Function initialize_healthcheck_subcommand

bin/storm.py:798–804  ·  view source on GitHub ↗
(subparsers)

Source from the content-addressed store, hash-verified

796
797
798def initialize_healthcheck_subcommand(subparsers):
799 sub_parser = subparsers.add_parser(
800 "node-health-check", help="""Run health checks on the local supervisor.""", formatter_class=SortingHelpFormatter
801 )
802
803 sub_parser.set_defaults(func=healthcheck)
804 add_common_options(sub_parser)
805
806
807def initialize_kill_workers_subcommand(subparsers):

Callers 1

initialize_main_commandFunction · 0.85

Calls 1

add_common_optionsFunction · 0.85

Tested by

no test coverage detected