| Addshore added a comment. |
So, looking at the dashboard, the query for the count of events is working again, but some other queries failed in the past day.
Looking at the logs:
2017-09-28 03:07:40 wikidata-sparql-instanceof WikidataInstanceOf::doSparqlQuery: PREFIX wd: <http://www.wikidata.org/entity/>PREFIX wdt: <http://www.wikidata.org/prop/direct/>SELECT (count(distinct(?s)) AS ?scount) WHERE {?s wdt:P31/wdt:P279* wd:Q811979} [{"http_code":"HTTP\/1.1 429 ","Server":"nginx\/1.11.6","Date":"Thu, 28 Sep 2017 03:07:40 GMT","Content-Type":"application\/octet-stream","Transfer-Encoding":"chunked","Connection":"keep-alive","Cache-Control":"no-cache"},"Rate limit exceeded\n"]
2017-09-28 03:07:40 wikidata-sparql-instanceof WikidataInstanceOf::doSparqlQuery: PREFIX wd: <http://www.wikidata.org/entity/>PREFIX wdt: <http://www.wikidata.org/prop/direct/>SELECT (count(distinct(?s)) AS ?scount) WHERE {?s wdt:P31/wdt:P279* wd:Q13406463} [{"http_code":"HTTP\/1.1 429 ","Server":"nginx\/1.11.6","Date":"Thu, 28 Sep 2017 03:07:40 GMT","Content-Type":"application\/octet-stream","Transfer-Encoding":"chunked","Connection":"keep-alive","Cache-Control":"no-cache"},"Rate limit exceeded\n"]
2017-09-28 03:07:40 wikidata-sparql-instanceof WikidataInstanceOf::doSparqlQuery: PREFIX wd: <http://www.wikidata.org/entity/>PREFIX wdt: <http://www.wikidata.org/prop/direct/>SELECT (count(distinct(?s)) AS ?scount) WHERE {?s wdt:P31/wdt:P279* wd:Q4167410} [{"http_code":"HTTP\/1.1 429 ","Server":"nginx\/1.11.6","Date":"Thu, 28 Sep 2017 03:07:40 GMT","Content-Type":"application\/octet-stream","Transfer-Encoding":"chunked","Connection":"keep-alive","Cache-Control":"no-cache"},"Rate limit exceeded\n"]
2017-09-28 03:07:40 wikidata-sparql-instanceof WikidataInstanceOf::doSparqlQuery: PREFIX wd: <http://www.wikidata.org/entity/>PREFIX wdt: <http://www.wikidata.org/prop/direct/>SELECT (count(distinct(?s)) AS ?scount) WHERE {?s wdt:P31/wdt:P279* wd:Q11424} [{"http_code":"HTTP\/1.1 429 ","Server":"nginx\/1.11.6","Date":"Thu, 28 Sep 2017 03:07:40 GMT","Content-Type":"application\/octet-stream","Transfer-Encoding":"chunked","Connection":"keep-alive","Cache-Control":"no-cache"},"Rate limit exceeded\n"]
2017-09-28 03:07:40 wikidata-sparql-instanceof WikidataInstanceOf::doSparqlQuery: PREFIX wd: <http://www.wikidata.org/entity/>PREFIX wdt: <http://www.wikidata.org/prop/direct/>SELECT (count(distinct(?s)) AS ?scount) WHERE {?s wdt:P31/wdt:P279* wd:Q83620} [{"http_code":"HTTP\/1.1 429 ","Server":"nginx\/1.11.6","Date":"Thu, 28 Sep 2017 03:07:40 GMT","Content-Type":"application\/octet-stream","Transfer-Encoding":"chunked","Connection":"keep-alive","Cache-Control":"no-cache"},"Rate limit exceeded\n"]
2017-09-28 03:07:40 wikidata-sparql-instanceof WikidataInstanceOf::doSparqlQuery: PREFIX wd: <http://www.wikidata.org/entity/>PREFIX wdt: <http://www.wikidata.org/prop/direct/>SELECT (count(distinct(?s)) AS ?scount) WHERE {?s wdt:P31/wdt:P279* wd:Q6999} [{"http_code":"HTTP\/1.1 429 ","Server":"nginx\/1.11.6","Date":"Thu, 28 Sep 2017 03:07:40 GMT","Content-Type":"application\/octet-stream","Transfer-Encoding":"chunked","Connection":"keep-alive","Cache-Control":"no-cache"},"Rate limit exceeded\n"]
2017-09-28 03:07:40 wikidata-sparql-instanceof WikidataInstanceOf::doSparqlQuery: PREFIX wd: <http://www.wikidata.org/entity/>PREFIX wdt: <http://www.wikidata.org/prop/direct/>SELECT (count(distinct(?s)) AS ?scount) WHERE {?s wdt:P31/wdt:P279* wd:Q16686448} [{"http_code":"HTTP\/1.1 429 ","Server":"nginx\/1.11.6","Date":"Thu, 28 Sep 2017 03:07:40 GMT","Content-Type":"application\/octet-stream","Transfer-Encoding":"chunked","Connection":"keep-alive","Cache-Control":"no-cache"},"Rate limit exceeded\n"]
2017-09-28 03:07:40 wikidata-sparql-instanceof Script Finished!Looks like it is hitting the new rate limit, so we probably want to put some sleeps in there! :D
TASK DETAIL
EMAIL PREFERENCES
To: Addshore
Cc: Lydia_Pintscher, gerritbot, Addshore, Sjoerddebruin, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Mbch331
Cc: Lydia_Pintscher, gerritbot, Addshore, Sjoerddebruin, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
