Skip to content

Commit

Permalink
bug 1696585: update docs re: honcho
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Mar 15, 2021
1 parent ae610f3 commit 6902ade
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/dev.rst
Expand Up @@ -407,11 +407,11 @@ configuration settings in your ``.env`` file.

Eliot runs in a Docker container and is composed of:

* `circus <https://circus.readthedocs.io/>`_ process which manages:
* `Honcho <https://honcho.readthedocs.io/>`_ process which manages:

* `gunicorn <https://docs.gunicorn.org/en/stable//>`_ which runs multiple
worker webapp processes
* a disk cache manager process
* eliot_web: `gunicorn <https://docs.gunicorn.org/en/stable//>`_ which runs
multiple worker webapp processes
* eliot_disk_manager: a disk cache manager process

Symbolication requests come in and are handled by the Eliot webapp. It pulls
sym files from the urls configured by ``ELIOT_SYMBOL_URLS``. By default, that's
Expand Down

0 comments on commit 6902ade

Please sign in to comment.