Skip to content

Commit

Permalink
update granian worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Nov 8, 2024
1 parent 4926d46 commit faae692
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,2 +1,2 @@
web: python manage.py migrate --noinput && python manage.py clearcache && python manage.py collectstatic --noinput && granian --interface wsgi config.wsgi:application --workers 4 --host 0.0.0.0 --port $PORT
web: python manage.py migrate --noinput && python manage.py clearcache && python manage.py collectstatic --noinput && granian --interface wsgi config.wsgi:application --workers 2 --host 0.0.0.0 --port $PORT
worker: celery -A config worker -l info

0 comments on commit faae692

Please sign in to comment.