# {py:mod}archivebox.workers.management.commands.orchestrator\_watch

```{py:module}
```

```{autodoc2-docstring}
:allowtitles:
```

## Module Contents

### Classes

```{list-table}
:class: autosummary longtable
:align: left

* - {py:obj}`Command <archivebox.workers.management.commands.orchestrator_watch.Command>`
  -
```

### API

`````{py:class}
:canonical: archivebox.workers.management.commands.orchestrator_watch.Command

Bases: {py:obj}`django.core.management.base.BaseCommand`

````{py:attribute} help
:canonical: archivebox.workers.management.commands.orchestrator_watch.Command.help
:value: >
   'Watch the runserver autoreload PID file and restart orchestrator on reloads.'

```{autodoc2-docstring} archivebox.workers.management.commands.orchestrator_watch.Command.help
```

````

````{py:method} add_arguments(parser)
:canonical: archivebox.workers.management.commands.orchestrator_watch.Command.add_arguments

````

````{py:method} handle(*args, **kwargs)
:canonical: archivebox.workers.management.commands.orchestrator_watch.Command.handle

````

`````
