job.management.commands package¶
Submodules¶
job.management.commands.scale_clock module¶
Defines the command line method for running the Scale clock process
-
class
job.management.commands.scale_clock.
Command
¶ Bases:
django.core.management.base.BaseCommand
Command that executes the Scale clock
-
handle
(*args, **options)¶ See
django.core.management.base.BaseCommand.handle()
.This method starts the Scale clock.
-
help
= u'Executes the Scale clock to perform necessary system functions at their scheduled time'¶
-
job.management.commands.scale_post_steps module¶
Defines the command that performs the post-job steps
-
class
job.management.commands.scale_post_steps.
Command
(stdout=None, stderr=None, no_color=False)¶ Bases:
django.core.management.base.BaseCommand
Command that performs the post-job steps for a job execution
-
handle
(*args, **options)¶ See
django.core.management.base.BaseCommand.handle()
.This method starts the command.
-
help
= u'Performs the post-job steps for a job execution'¶
-
job.management.commands.scale_pre_steps module¶
Defines the command that performs the pre-job steps
-
class
job.management.commands.scale_pre_steps.
Command
(stdout=None, stderr=None, no_color=False)¶ Bases:
django.core.management.base.BaseCommand
Command that performs the pre-job steps for a job execution
-
handle
(*args, **options)¶ See
django.core.management.base.BaseCommand.handle()
.This method starts the command.
-
help
= u'Performs the pre-job steps for a job execution'¶
-