We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7503c6 commit 886f365Copy full SHA for 886f365
1 file changed
openedx/core/djangoapps/content/search/tasks.py
@@ -211,8 +211,7 @@ def rebuild_index_incremental() -> None:
211
# rebuild_index -> _using_temp_index or lock contention
212
if "already in progress" in str(exc).lower():
213
log.warning(
214
- "Studio index population skipped: a rebuild is already in progress. "
215
- "Will retry later if re-enqueued."
+ "Studio index population skipped: a rebuild is already in progress. Will retry later if re-enqueued."
216
)
217
return
218
raise
0 commit comments