beat.web.utils.management.commands.scheduler module

beat.web.utils.management.commands.scheduler.get_split(split_id, status)[source]
beat.web.utils.management.commands.scheduler.remove_split_id_from(split_list, split_id)[source]
class beat.web.utils.management.commands.scheduler.Command[source]

Bases: django.core.management.base.BaseCommand

help = 'Start scheduler'
add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

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