From 06b60e744a2ac71637e1bf809883c4ff4593bbce Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 19 Mar 2024 20:59:54 +0000 Subject: [PATCH] feat: update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index be1dde8..358da1e 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ Write tests for your API based on the [FastAPI documentation](https://fastapi.ti > [!NOTE] > GitHub Actions is your friend, use them to test and lint your project. +> [!DANGER] +> The `uvicorn` can have multiple workers, test and see your in-memory storage works with them or not? + ## How to run? You can run server using `uvicorn` directly,