[14:07:42] 10Quarry: Query runs over 5 hours without being killed - https://phabricator.wikimedia.org/T139162#2421318 (10Dvorapa) [14:11:59] 10Quarry: Query runs over 5 hours without being killed - https://phabricator.wikimedia.org/T139162#2421351 (10tom29739) [14:23:47] 10Quarry: Query runs over 5 hours without being killed - https://phabricator.wikimedia.org/T139162#2421318 (10jcrespo) Query limit is also enforced at server time, do do not worry about this having any kind of impact on our infrastructure. It would be interesting to fix the error/mistake/race condition/bug over... [14:36:28] o/ [15:13:44] 10Quarry: Wrong status of queries in Recent Queries list - https://phabricator.wikimedia.org/T137517#2421580 (10Dvorapa) [15:14:36] 10Quarry: Wrong status of queries in Recent Queries list - https://phabricator.wikimedia.org/T137517#2370631 (10Dvorapa) [15:16:55] 10Quarry: Query runs over 5 hours without being killed - https://phabricator.wikimedia.org/T139162#2421602 (10Dvorapa) But I wait more than 2 hours now and this query is completed, but the query above #6992 is now running more than 1 hour. The bug you mena is not the same as this, but you can find it in T137517 [16:12:53] 10Quarry: Query runs over 5 hours without being killed - https://phabricator.wikimedia.org/T139162#2421716 (10Dvorapa) Just one query completed in 2 hours: {F4221592} [16:24:02] 10Quarry: Query runs over 5 hours without being killed - https://phabricator.wikimedia.org/T139162#2421318 (10yuvipanda) I just restarted the runner, hopefully that'll make things better. [16:25:45] hello people. [16:39:39] 10Quarry: Query runs over 5 hours without being killed - https://phabricator.wikimedia.org/T139162#2421780 (10Dvorapa) Looks like working, thank you [16:48:23] hi HaeB. Have we ever discussed understanding where in the page the user clicks on a hyperlink, when multiple of the same hyperlinks exist in a page? [16:49:36] 10Quarry: Query runs over 5 hours without being killed - https://phabricator.wikimedia.org/T139162#2421815 (10yuvipanda) I ran: ``` MariaDB [quarry]> UPDATE query join query_revision on query.latest_rev_id = query_revision.id join query_run on latest_run_id = query_run.id SET status=1 where (status = 2 or stat... [18:04:58] 10Quarry: Add CORS or JSONP support to /query/:id/result/latest/0/json endpoint - https://phabricator.wikimedia.org/T139197#2422268 (10MusikAnimal) [18:37:09] 10Quarry, 13Patch-For-Review: Add CORS or JSONP support to /query/:id/result/latest/0/json endpoint - https://phabricator.wikimedia.org/T139197#2422354 (10yuvipanda) @MusikAnimal can you try now? [18:46:54] 10Quarry, 13Patch-For-Review: Add CORS or JSONP support to /query/:id/result/latest/0/json endpoint - https://phabricator.wikimedia.org/T139197#2422392 (10yuvipanda) Still doesn't work because there's a https -> http redirect in there for some reason. [19:05:22] 10Quarry, 13Patch-For-Review: Add CORS or JSONP support to /query/:id/result/latest/0/json endpoint - https://phabricator.wikimedia.org/T139197#2422464 (10MusikAnimal) Working on my end! Many thanks Yuvi! :)