Closed bradenmacdonald closed 5 months ago
@MoisesGSalas reported that on an instance with 43,000 courses, the reindex_studio command crashes before it even starts indexing.
reindex_studio
To fix this, it's likely necessary to grab the course count and list of course IDs from CourseOverview rather than modulestore.
CourseOverview
@MoisesGSalas reported that on an instance with 43,000 courses, the
reindex_studio
command crashes before it even starts indexing.To fix this, it's likely necessary to grab the course count and list of course IDs from
CourseOverview
rather than modulestore.