From 92a27270aafda0599c726472435155dd2893eac2 Mon Sep 17 00:00:00 2001 From: ajaysi Date: Mon, 6 Apr 2026 09:32:02 +0530 Subject: [PATCH] Use start_alwrity_backend.py in Procfile --- backend/Procfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/Procfile b/backend/Procfile index f2787b47..afa364f4 100644 --- a/backend/Procfile +++ b/backend/Procfile @@ -1,3 +1,2 @@ -# Use Gunicorn with uvicorn worker for faster port binding on Render -# Gunicorn binds immediately, then loads app in background -web: gunicorn app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:$PORT --timeout 600 +# Use start_alwrity_backend.py for deployment +web: python start_alwrity_backend.py --production