Skip to content

Commit b8c8726

Browse files
committed
hotfix Procfile
1 parent 09dad00 commit b8c8726

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

‎Procfile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
web: gunicorn -k uvicorn.workers.UvicornWorker servidor:app --bind 0.0.0.0:$PORT
1+
gunicorn -k eventlet -w 1 servidor:app --bind 0.0.0.0:$PORT
2+
23

‎requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ uvicorn[standard]
3131
gunicorn
3232
argon2-cffi
3333
python-dotenv
34-
34+
eventlet

0 commit comments

Comments
 (0)