From dec6727178a10b339663b433dec8cad4f43d1a87 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 8 Jan 2024 14:00:56 +0300 Subject: update fix for issue:worker timeout in gn3 --- issues/cd-gn3-configurations.gmi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'issues') diff --git a/issues/cd-gn3-configurations.gmi b/issues/cd-gn3-configurations.gmi index dac5280..a9e2360 100644 --- a/issues/cd-gn3-configurations.gmi +++ b/issues/cd-gn3-configurations.gmi @@ -16,3 +16,8 @@ The `GN_SERVER_URL` which from config is running on port 8880 results into this ``` "HTTPConnectionPool(host='localhost', port=8880): Max retries exceeded with URL: /api/llm/gnqna (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))" ``` + + +## Notes 08/01/2024 + +The problem arises from GN3's default Gunicorn timeout setting of 30 seconds, causing worker termination if exceeded. Fixing the issue involves adjusting the timeout to 1200, as done in GN2. \ No newline at end of file -- cgit v1.2.3