Skip to content

Runbulktasks

snoop.data.management.commands.runbulktasks #

Runs a number of batches of bulk tasks.

Classes#

Command #

Runs a number of batches of bulk tasks.

Methods#
handle(self, *args, **options) #

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

Source code in snoop/data/management/commands/runbulktasks.py
def handle(self, *args, **options):
    logging_for_management_command()
    run_bulk_tasks()