From b2788ec4725fe545d1732d2c269611b9d69d4e7b Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 7 Jun 2021 01:44:16 -0400 Subject: [PATCH] Last one deployed but wouldn't load. Back to using gunicorn with uvicorn workers. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8c90253..5739a74 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: uvicorn main:app \ No newline at end of file +web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app \ No newline at end of file