diff --git a/celeryconfig.py b/celeryconfig.py new file mode 100644 index 000000000..1cd06da5b --- /dev/null +++ b/celeryconfig.py @@ -0,0 +1,5 @@ +BROKER_URL = 'amqp://formhub:12345678@localhost:5672/formhub_vhost' +CELERY_RESULT_BACKEND = 'amqp' +CELERY_TASK_RESULT_EXPIRES = 18000 # 5 hours. + +