[15:13:50] PROBLEM - wikidata.org dispatch lag is REALLY high ---4000s- on www.wikidata.org is CRITICAL: CRITICAL - Socket timeout after 10 seconds https://phabricator.wikimedia.org/project/view/71/ [15:26:50] PROBLEM - Check systemd state on wdqs1003 is CRITICAL: CRITICAL - degraded: The system is operational but one or more units failed. https://wikitech.wikimedia.org/wiki/Monitoring/check_systemd_state [15:29:50] PROBLEM - wikidata-alerts grafana alert on icinga1001 is CRITICAL: CRITICAL: Wikidata Alerts ( https://grafana.wikimedia.org/d/TUJ0V-0Zk/wikidata-alerts ) is alerting: Edits: below 30 per minute (for 2 minutes). https://wikitech.wikimedia.org/wiki/WMDE/Wikidata/Alerts https://grafana.wikimedia.org/d/TUJ0V-0Zk/ [15:31:16] RECOVERY - wikidata.org dispatch lag is REALLY high ---4000s- on www.wikidata.org is OK: HTTP OK: HTTP/1.1 200 OK - 1978 bytes in 5.775 second response time https://phabricator.wikimedia.org/project/view/71/ [15:31:42] RECOVERY - wikidata-alerts grafana alert on icinga1001 is OK: OK: Wikidata Alerts ( https://grafana.wikimedia.org/d/TUJ0V-0Zk/wikidata-alerts ) is not alerting. https://wikitech.wikimedia.org/wiki/WMDE/Wikidata/Alerts https://grafana.wikimedia.org/d/TUJ0V-0Zk/ [16:04:50] PROBLEM - WDQS high update lag on wdqs1010 is CRITICAL: 3653 ge 3600 https://wikitech.wikimedia.org/wiki/Wikidata_query_service/Runbook%23Update_lag https://grafana.wikimedia.org/dashboard/db/wikidata-query-service?orgId=1&panelId=8&fullscreen [16:12:49] hey there [16:13:19] I couldn't figure out how to query a specific object by its ID via https://query.wikidata.org [16:13:34] is there a property I have to use for this query? [16:13:59] or otherwise is there a possiblity to query … let's say all items with IDs between 1 and 20? [16:14:06] you mean something like this? [16:14:08] oops [16:14:13] https://w.wiki/F8k [16:14:26] (Firefox on Ubuntu 19.10 sometimes doesn’t copy stuff into the clipboard, sorry) [16:15:10] with this query I get the object wd:Q5 [16:15:41] because it seems like Douglas Adams is a Human :D [16:15:53] but I wanted the Item Douglas Adams itself [16:16:09] well, Q5 is Wikidata’s identifier for the human Douglas Adams [16:16:14] so i’m not sure what else you want [16:16:22] no, Q5 is human [16:16:26] the query service can’t return you the physical manifestation of him ^^ [16:16:28] Q42 is Douglas Adams [16:16:28] oh wait [16:16:32] I got mixed up [16:16:40] well, I thought you wanted to query things *of* Q42 [16:16:56] so that’s why I put Q42 in the query [16:17:04] no that's the basic thing all examples show and explain [16:17:06] if you want it to return Q42 you can do SELECT (wd:Q42 AS ?item) {} but that’s not very useful [16:17:28] ah interesting [16:17:44] so there is no property for the id of an object? [16:18:35] not really [16:19:08] RECOVERY - WDQS high update lag on wdqs1010 is OK: (C)3600 ge (W)1200 ge 904.7 https://wikitech.wikimedia.org/wiki/Wikidata_query_service/Runbook%23Update_lag https://grafana.wikimedia.org/dashboard/db/wikidata-query-service?orgId=1&panelId=8&fullscreen [16:19:09] if you really need it you can do some string hacking e. g. https://w.wiki/F8n [16:19:25] similar to FILTER(?population>1000) for ids [16:29:01] but thx for the quick help, I can work with that :)