scheduler.management.commands package¶
Submodules¶
scheduler.management.commands.load_all_data module¶
-
class
scheduler.management.commands.load_all_data.Command(stdout=None, stderr=None, no_color=False)¶ Bases:
django.core.management.base.BaseCommandCommand that loads all of the fixtures into the database
-
handle(*args, **options)¶ See
django.core.management.base.BaseCommand.handle().This method loads all of the fixtures into the database.
-
help= u'Loads all of the fixtures into the database'¶
-
scheduler.management.commands.scale_db_update module¶
Defines the command that performs a Scale database update
-
class
scheduler.management.commands.scale_db_update.Command¶ Bases:
django.core.management.base.BaseCommandCommand that performs a Scale database update
-
handle(*args, **options)¶ See
django.core.management.base.BaseCommand.handle().This method starts the command.
-
help= u'Performs a Scale database update'¶
-
scheduler.management.commands.scale_scheduler module¶
-
class
scheduler.management.commands.scale_scheduler.Command(stdout=None, stderr=None, no_color=False)¶ Bases:
django.core.management.base.BaseCommandCommand that launches the Scale scheduler
-
handle(*args, **options)¶ See
django.core.management.base.BaseCommand.handle().This method starts the scheduler.
-
help= u'Launches the Scale scheduler'¶
-
run_scheduler(mesos_master)¶
-