Fixed XFES\Service\RetryFailed does not handle large volumes well

Xon

Well-known member
Affected version
2.1.2
The XFES\Cron\Reindex cron task only runs once every ~30 minutes, and invokes XFES\Service\RetryFailed which then only does at most 200 items. There is also very poor UI feedback that there are outstanding elements to index beyond the cron-task taking time to run.

The indexing try also fails to use bulk-indexing interface or bulk-deleting which can be vastly more efficient resource wise.
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XFES release (2.1.2).

Change log:
Increase frequency of reindex retries to every 10 minutes and attempt to reindex up to 1000 items at a time.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom