From 7a76616f3c92bb497c7ba35a10305fdd0995c04a Mon Sep 17 00:00:00 2001 From: Frank Hamand Date: Mon, 27 Nov 2023 14:59:27 +0000 Subject: [PATCH] chore: Increase unit process to 4 (#18910) Increase unit process to 4 latency went up but resources went down with unit, run more processes --- unit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit.json b/unit.json index 49541eb1f8e..67654210ccd 100644 --- a/unit.json +++ b/unit.json @@ -35,7 +35,7 @@ "applications": { "posthog": { "type": "python 3.10", - "processes": 1, + "processes": 4, "working_directory": "/code", "path": ".", "module": "posthog.wsgi",