From f5e1c79a9f71f317ee1a9847770ef61de68e64d2 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 25 Jan 2024 08:40:42 -0500 Subject: [PATCH] Update docs/installation/4-gunicorn.md --- docs/installation/4-gunicorn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/4-gunicorn.md b/docs/installation/4-gunicorn.md index 2f72be658..e31c48466 100644 --- a/docs/installation/4-gunicorn.md +++ b/docs/installation/4-gunicorn.md @@ -60,4 +60,4 @@ You should see output similar to the following: Once you've verified that the WSGI workers are up and running, move on to HTTP server setup. !!! note - There is a bug in the current stable release of gunicorn that NetBox ships with (v21.2.0) which can cause 502 errors when multiple sequential requests are sent to gunicorn. If you encounter this problem you can downgrade gunicorn via the command `pip install gunicorn==20.1.0`. Note however that this will remove support for python 3.11. More information on this gunicorn bug can be found at https://github.com/benoitc/gunicorn/issues/3038 + There is a bug in the current stable release of gunicorn (v21.2.0) where automatic restarts of the worker processes can result in 502 errors under heavy load. (See [gunicorn bug #3038](https://github.com/benoitc/gunicorn/issues/3038) for more detail.) Users who encounter this issue may opt to downgrade to an earlier, unaffected release of gunicorn (`pip install gunicorn==20.1.0`). Note, however, that this earlier release does not officially support Python 3.11.