While working on T304549: Deploy "add a link" to 5th round of wikis, I noticed that queries to be-x-old.wikipedia.org result in HTTP 504 Gateway timeouts.
On a deploy server, try:
curl -vvv "http://localhost:6029/v1/linkrecommendations/wikipedia/be_x_old/Foo"
The practical impact is that attempts to use https://api.wikimedia.org/service/linkrecommendation/apidocs/ with a GET request for be_x_old will fail.
The relevant application code is in MediaWikiApi.py, e.g. https://gerrit.wikimedia.org/r/plugins/gitiles/research/mwaddlink/+/refs/heads/main/src/MediaWikiApi.py#68
Acceptance criteria
- Link recommendation API supports be_x_oldwiki for GET requests.