From 14ff0d5ec528a3ff10b8ecfb14184fa272d0cac8 Mon Sep 17 00:00:00 2001 From: Anders Pearson Date: Fri, 27 Dec 2019 12:23:48 +0000 Subject: [PATCH] make bookmarks update_xblocks_cache task name match function --- openedx/core/djangoapps/bookmarks/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/bookmarks/tasks.py b/openedx/core/djangoapps/bookmarks/tasks.py index 4c7caf4cd95e..5e98d7e66d79 100644 --- a/openedx/core/djangoapps/bookmarks/tasks.py +++ b/openedx/core/djangoapps/bookmarks/tasks.py @@ -141,7 +141,7 @@ def update_block_cache_if_needed(block_cache, block_data): update_block_cache_if_needed(block_cache, block_data) -@task(name=u'openedx.core.djangoapps.bookmarks.tasks.update_xblock_cache') +@task(name=u'openedx.core.djangoapps.bookmarks.tasks.update_xblocks_cache') def update_xblocks_cache(course_id): """ Update the XBlocks cache for a course.