event_routing_backends.management.commands package#

Subpackages#

Submodules#

event_routing_backends.management.commands.recover_failed_events module#

Management command for resending events when a failure occurs.

class event_routing_backends.management.commands.recover_failed_events.Command(stdout=None, stderr=None, no_color=False, force_color=False)#

Bases: BaseCommand

Management command for resending events when a failure occurs in the event routing backend.

add_arguments(parser)#

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)#

Configure the command and start the transform process.

help = 'Management command for resending events when a failure occurs\nin the event routing backend.'#

event_routing_backends.management.commands.transform_tracking_logs module#

Module contents#