We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aef1d6 + 8457708 commit a722e5cCopy full SHA for a722e5c
2 files changed
Procfile
@@ -1,2 +1,3 @@
1
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
2
web: gunicorn hypha.wsgi:application --log-file -
3
+worker: celery --app=hypha.celery worker --events
hypha/celery.py
@@ -9,4 +9,4 @@
9
django.setup()
10
11
app.config_from_object(settings, namespace="CELERY")
12
-app.autodiscover_tasks(["hypha.apply.activity"])
+app.autodiscover_tasks(["django_slack", "hypha.apply.activity"])
0 commit comments