As part of following up on T372333: de.wikipedia: Add Link unavailable due to a high-number of dangling records, I wanted to check on the number of dangling records at de.wikipedia. However, this doesn't seem to be possible, as fixLinkRecommendationData.php script requires link-recommendation task type to be enabled:
[urbanecm@mwmaint1002 ~]$ mwscript extensions/GrowthExperiments/maintenance/fixLinkRecommendationData.php --wiki=dewiki --dry-run --search-index --verbose | grep 'Would fix' | wc -l 'link-recommendation' is not a link recommendation task type 0 [urbanecm@mwmaint1002 ~]$
We should remove this requirement, similar to how we changed refreshLinkRecommendation.php in T371316: refreshLinkRecommendations.php does not run when link-recommendation task type is disabled.