pipelines.management.commands.clear_tasks_and_logs module#

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

Bases: BaseCommand

add_arguments(parser)#

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)#

The actual logic of the command. Subclasses must implement this method.

help = 'Delete PipelineExecution and PipelineLog objects based on a deletion cutoff.'#