Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Nov 1, 2024
1 parent 2f33d4c commit 654f9c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 269 deletions.
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 && gunicorn config.wsgi:application --config config/gunicorn.py --worker-class gevent --worker-connections 1000 --bind 0.0.0.0:$PORT --timeout 300 --log-file -
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
worker: celery -A config worker -l info
6 changes: 0 additions & 6 deletions config/gunicorn.py

This file was deleted.

Loading

0 comments on commit 654f9c4

Please sign in to comment.