diff --git a/Procfile b/Procfile index b52b8453..82be1677 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -b :$PORT training.main:app --workers 4 --worker-class uvicorn.workers.UvicornWorker \ No newline at end of file +web: gunicorn -b :$PORT training.main:app --workers $NUM_WORKERS --worker-class uvicorn.workers.UvicornWorker \ No newline at end of file