From e7e5625a4f0480076a3bc43eae9e12717dd6b65d Mon Sep 17 00:00:00 2001 From: Peter Bhat Harkins Date: Fri, 1 Sep 2023 13:58:11 -0500 Subject: [PATCH] 504 for puma/mariadb timeouts --- public/502.html | 2 +- public/504.html | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 public/504.html diff --git a/public/502.html b/public/502.html index f18bc614..2a1670e3 100644 --- a/public/502.html +++ b/public/502.html @@ -4,7 +4,7 @@ Lobsters HTTP 502 status: puma timeout -

Lobsters HTTP 500 status: server error

+

Lobsters HTTP 502 status: server error

nginx tried to pass your request to puma but failed. This probably means we're in the middle of a deploy. diff --git a/public/504.html b/public/504.html new file mode 100644 index 00000000..0d9e7821 --- /dev/null +++ b/public/504.html @@ -0,0 +1,20 @@ + + + + Lobsters HTTP 504 status: puma timeout + + +

Lobsters HTTP 504 status: server error

+

+ The puma worker timed out responding to your request. +

+

+ 2023-09-01: we've been seeing this a bunch for /search and are tuning database performance to try to address it. +

+

+ If this persists, please come to the + IRC channel + (webchat). +

+ +