From 3c79073a107d5257c47cf4828585e46c3e41d0fd Mon Sep 17 00:00:00 2001 From: ajaysi Date: Mon, 6 Apr 2026 09:01:20 +0530 Subject: [PATCH] Use start_alwrity_backend.py as entry point in Procfile --- backend/Procfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Procfile b/backend/Procfile index 002e5254..91cf156b 100644 --- a/backend/Procfile +++ b/backend/Procfile @@ -1,3 +1,3 @@ -# Use gunicorn with app:app for faster startup -# Gunicorn binds to port 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 +# This script handles all bootstrap logic and starts uvicorn +web: python start_alwrity_backend.py --production