scheduler.management.commands.scheduler_health module

class scheduler.management.commands.scheduler_health.Command(stdout=None, stderr=None, no_color=False, force_color=False)[源代码]

基类:BaseCommand

handle(*args, **options)[源代码]

The actual logic of the command. Subclasses must implement this method.

help = 'get scheduler health status'