archivebox.workers.management.commands.runner_watch

Module Contents

Classes

Command

API

class archivebox.workers.management.commands.runner_watch.Command[source]

Bases: django.core.management.base.BaseCommand

help[source]

‘Watch the runserver autoreload PID file and restart the background runner on reloads.’

add_arguments(parser)[source]
handle(*args, **kwargs)[source]