batch.management.commands package

Submodules

batch.management.commands.scale_batch_creator module

Defines the command line method for creating a Scale batch

class batch.management.commands.scale_batch_creator.Command(stdout=None, stderr=None, no_color=False)

Bases: django.core.management.base.BaseCommand

Command that creates a Scale batch

add_arguments(parser)
handle(*args, **options)

See django.core.management.base.BaseCommand.handle().

This method starts the Scale batch creation process.

help = u'Creates a new batch of jobs and recipes to be processed on the cluster'

Module contents