Fixed XFES\Service\RetryFailed & content type validity

Xon

Well-known member
Affected version
2.2.2
The XFES\Service\RetryFailed service doesn't check the content type is still valid before attempting to re-push the failed index data.

This means if an add-on is uninstalled (or disabled), any failed indexing will be retried even if it should be discarded.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XFES release (2.2.3).

Change log:
Check content type validity when processing failed index attempts
There may be a delay before changes are rolled out to the XenForo Community.
 
If a content type is not valid, it is now treated the same as another failure. I think this makes sense for cases like an add-on being temporarily disabled. It will be discarded after 5 failed attempts as usual (but with no logged error).
 
Top Bottom