diff --git a/docs/dev.rst b/docs/dev.rst index 85d22bed6..8a5a305c5 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -407,11 +407,11 @@ configuration settings in your ``.env`` file. Eliot runs in a Docker container and is composed of: -* `circus `_ process which manages: +* `Honcho `_ process which manages: - * `gunicorn `_ which runs multiple - worker webapp processes - * a disk cache manager process + * eliot_web: `gunicorn `_ 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