From 1474736c17c6905658cf3746ae35265de1a5c2d2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 19 Jul 2022 14:55:42 +0530 Subject: Close too many SQL connections issue. --- issues/sql-too-many-connections.gmi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'issues') diff --git a/issues/sql-too-many-connections.gmi b/issues/sql-too-many-connections.gmi index f8db41b..68ed23d 100644 --- a/issues/sql-too-many-connections.gmi +++ b/issues/sql-too-many-connections.gmi @@ -25,3 +25,9 @@ The function decorated with `@app.before_requests` is called before every reques I started by checking whether the request is to a *static* or *js* endpoint, and if it is, we do not bother trying to create the engine in that case. This does not resolve the issue per-se, but it does reduce a lot of the noise when logging. + +## Closing for now + +We have not been able to reproduce this issue for the last few months. I am closing it for now, but we may reopen it if it recurs. + +* closed -- cgit v1.2.3