From c5099b3a09893fee4d84400b53217416862aef60 Mon Sep 17 00:00:00 2001 From: Shane Canon Date: Mon, 13 Jun 2022 14:18:08 -0700 Subject: [PATCH 1/2] Update start_server.sh Switch from gevent to default for gunicorn. We seem to be hitting errors with gevent. --- scripts/start_server.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/start_server.sh b/scripts/start_server.sh index 71e06535..545825e3 100644 --- a/scripts/start_server.sh +++ b/scripts/start_server.sh @@ -11,7 +11,6 @@ python -m relation_engine_server.utils.wait_for services python -m relation_engine_server.utils.pull_spec gunicorn \ - --worker-class gevent \ --timeout 1800 \ --workers $workers \ --bind :5000 \ From fca94662970abcfd786388e5657c8fb7e268c9fb Mon Sep 17 00:00:00 2001 From: bio-boris Date: Mon, 13 Jun 2022 16:27:16 -0500 Subject: [PATCH 2/2] trigger build trigger build.. It didn't build on this first commit.