update_course_in_cache should retry on exceptions
Previously, retry() was never called, so the task was never retried despite defining several retry-related variables.
Showing
- cms/djangoapps/contentstore/tests/test_import.py 9 additions, 0 deletionscms/djangoapps/contentstore/tests/test_import.py
- openedx/core/djangoapps/content/block_structure/tasks.py 11 additions, 3 deletionsopenedx/core/djangoapps/content/block_structure/tasks.py
- openedx/core/djangoapps/content/block_structure/tests/test_tasks.py 24 additions, 0 deletions...re/djangoapps/content/block_structure/tests/test_tasks.py
Please register or sign in to comment