Skip to content

Commit a722e5c

Browse files
committed
Merge remote-tracking branch 'origin/feature/implement-celery-async-emails' into test
2 parents 1aef1d6 + 8457708 commit a722e5c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
22
web: gunicorn hypha.wsgi:application --log-file -
3+
worker: celery --app=hypha.celery worker --events

hypha/celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
django.setup()
1010

1111
app.config_from_object(settings, namespace="CELERY")
12-
app.autodiscover_tasks(["hypha.apply.activity"])
12+
app.autodiscover_tasks(["django_slack", "hypha.apply.activity"])

0 commit comments

Comments
 (0)