Skip to content

Commit

Permalink
Use 1 worker for now - we don't have full persistence yet
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Dec 19, 2023
1 parent 51e246e commit 3f66b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker nalgonda.main:app
web: gunicorn -w 1 -k uvicorn.workers.UvicornWorker nalgonda.main:app

#release: ./manage.py migrate --no-input

0 comments on commit 3f66b79

Please sign in to comment.