My listeria tool continuously operates on ~225K wiki pages with SPARQL queries. To update each page once a week (used to be daily, with fewer pages), that means a rate of 22 SPARQL queries/min. Since each query can run for minutes at a time, the query server often kills the tool and blocks the server (104 error).
The tool does oauth-login as ListeriaBot. Is there a way to tolerate a higher rate of queries from specific users? Or is there a toolforge-only blazegraph instance I can hit instead?