From 9cf209fbd74e07abba0cde7908a348da2994d039 Mon Sep 17 00:00:00 2001 From: KissPeter <19633417+KissPeter@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:54:40 +0000 Subject: [PATCH] Update workers_and_threads.md --- workers_and_threads.md | 1 + 1 file changed, 1 insertion(+) diff --git a/workers_and_threads.md b/workers_and_threads.md index 20cbbd5..b6f30dd 100644 --- a/workers_and_threads.md +++ b/workers_and_threads.md @@ -4,6 +4,7 @@ layout: template filename: workers_and_threads.md --- + # Gunicorn Workers and Threads Not strictly FastAPI performance tuning, but performance improvement on runner environment naturally helps for the system. [Gunicorn](https://gunicorn.org/) is one straightforward option to run FastAPI in [production](https://www.uvicorn.org/deployment/#gunicorn) environment