beat.web.utils.management.commands.broker module

beat.web.utils.management.commands.broker.onWorkerReady(name)[source]
beat.web.utils.management.commands.broker.onWorkerGone(name)[source]
class beat.web.utils.management.commands.broker.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

help = 'Start zmq broker'
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.