beat.web.utils.management.commands.full_scheduling module

beat.web.utils.management.commands.full_scheduling.start_broker(port, verbosity=0)[source]
beat.web.utils.management.commands.full_scheduling.start_scheduler(broker_address, verbosity=0)[source]
beat.web.utils.management.commands.full_scheduling.start_worker(broker_address, prefix, cache, use_docker, verbosity=0)[source]
class beat.web.utils.management.commands.full_scheduling.Command[source]

Bases: django.core.management.base.BaseCommand

help = 'Run a complete local scheduler/broker/worker setup'
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.