messaging.management.commands package¶
Submodules¶
messaging.management.commands.scale_echo_message module¶
Defines the command for performing testing with EchoCommandMessage
-
class
messaging.management.commands.scale_echo_message.Command(stdout=None, stderr=None, no_color=False)¶ Bases:
django.core.management.base.BaseCommandCommand for performing testing with EchoCommandMessage
-
add_arguments(parser)¶
-
handle(*args, **options)¶ See
django.core.management.base.BaseCommand.handle().This method starts the command.
-
help= u'Command for performing testing with EchoCommandMessage'¶
-
messaging.management.commands.scale_message_handler module¶
Defines the command for retrieval and execution of CommandMessages
-
class
messaging.management.commands.scale_message_handler.Command(stdout=None, stderr=None, no_color=False)¶ Bases:
django.core.management.base.BaseCommandCommand for retrieval and execution of CommandMessages from queue
-
handle(*args, **options)¶ See
django.core.management.base.BaseCommand.handle().This method starts the command.
-
help= u'Command for retrieval and execution of CommandMessages from queue'¶
-
interupt(signum, frame)¶
-
messaging.management.commands.scale_send_message module¶
Defines the command for performing testing with EchoCommandMessage
-
class
messaging.management.commands.scale_send_message.Command(stdout=None, stderr=None, no_color=False)¶ Bases:
django.core.management.base.BaseCommandCommand for performing testing with EchoCommandMessage
-
add_arguments(parser)¶
-
handle(*args, **options)¶ See
django.core.management.base.BaseCommand.handle().This method starts the command.
-
help= u'Command for performing testing with send messages'¶
-