Skip to content
Snippets Groups Projects
Unverified Commit 626b35cd authored by Ned Batchelder's avatar Ned Batchelder Committed by GitHub
Browse files

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

update bookmarks update_xblocks_cache celery task name
parents 45ffefe8 f1df842e
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment