Skip to content

Commit 886f365

Browse files
committed
fixup! feat: Add the command to schedule the celery task for populating the index.
1 parent d7503c6 commit 886f365

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • openedx/core/djangoapps/content/search

openedx/core/djangoapps/content/search/tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ def rebuild_index_incremental() -> None:
211211
# rebuild_index -> _using_temp_index or lock contention
212212
if "already in progress" in str(exc).lower():
213213
log.warning(
214-
"Studio index population skipped: a rebuild is already in progress. "
215-
"Will retry later if re-enqueued."
214+
"Studio index population skipped: a rebuild is already in progress. Will retry later if re-enqueued."
216215
)
217216
return
218217
raise

0 commit comments

Comments
 (0)