Merge pull request #22637 from thraxil/bookmarks-update-exblocks-cache-task-name

update bookmarks update_xblocks_cache celery task name
This commit is contained in:
Ned Batchelder
2020-02-18 15:15:10 -05:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ def _update_xblocks_cache(course_key):
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.