From 4b02079f2c66c0f14dec4611e35b9aca9c284630 Mon Sep 17 00:00:00 2001 From: Ahtisham Shahid Date: Mon, 13 Apr 2020 17:22:35 +0500 Subject: [PATCH] Fixed reference error in poll task --- lms/envs/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 694a8c7d79..efd31366b2 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -2105,6 +2105,7 @@ DEBUG_TOOLBAR_PATCH_SETTINGS = False # Tasks are only registered when the module they are defined in is imported. CELERY_IMPORTS = ( 'openedx.core.djangoapps.programs.tasks.v1.tasks', + 'poll.tasks' ) # Message configuration