From 6902ade5d0150859eb8e622b0451a742b255da65 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Mon, 15 Mar 2021 11:34:51 -0400 Subject: [PATCH] bug 1696585: update docs re: honcho --- docs/dev.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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