beat.web.utils.management.commands.worker.
Command
Bases: django.core.management.base.BaseCommand
django.core.management.base.BaseCommand
help
add_arguments
Entry point for subclassed commands to add custom arguments.
handle
The actual logic of the command. Subclasses must implement this method.