Skip to content

Commit b42826e

Browse files
committed
Limited celery concurrency to 1, disabled mingle & gossip
1 parent 33e0a00 commit b42826e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
22
web: python manage.py install_languages fr_en ar_en es_en --noinput && gunicorn hypha.wsgi:application --log-file -
3-
worker: celery --app=hypha.celery worker --autoscale=6,2 --events
3+
worker: celery --app=hypha.celery worker --concurrency=1 --events --without-gossip --without-mingle

0 commit comments

Comments
 (0)