[04:02:21] See dms @orduin [04:02:24] Pls [06:23:10] [1/2] Currently with grafana reporting 2596 unclaimed LocalGlobalUserPageCacheUpdateJob, I'm seeing 236 responses for `LocalGlobalUserPageCacheUpdateJob` in redis. A spot check of one or two of them shows that whatever job is stored in redis is not stored in the job table of the database meaning there has been some drift between redis and the db. There's also global::rootjob keys for at l [06:23:10] [2/2] east one of the affected wikis. [06:23:47] @orduin the job table is unused in our setup [06:24:08] Weird, then I wonder what else may be causing runJobs to say there is no jobs to run for that wiki? [06:24:15] But grafana reporting 2596 jobs compared to 236 keys doesn't make sense [06:24:31] l-unclaimed is a list and may include multiple jobs [06:24:42] @orduin my expectation is that there isn't any jobs and they are broken [06:24:46] Or they'd have ran [06:24:55] But I have no idea why they are there [06:25:27] There's still data in the keys though, but I can't make sense of it as it is encoded data [06:25:55] If runJobs.php doesn't show them, they're broken [06:26:02] So I'd just purge the keys [06:26:36] But we need to eventually find out why it happens [06:29:16] Uhh, there's > 200k jobs matching `global:jobqueue::rootjob:` [06:29:55] We should be purging rootjob [06:29:57] Still listing and over 500k now [06:30:10] John wrote code to drop them [06:31:29] Ended at just over 730k [06:33:04] That's not supposed to happen [06:37:30] Do you happen to know where the script was? It's 1:30am here, and am tired [06:37:40] Want to find it and make sure it's running before going to bed [06:38:27] He built it into the jobchron server [06:43:26] Ah, could have sworn it was in puppet somewhere, but I see that the cause for both problems appears to be [06:47:49] Added a revert in [06:49:57] I've let puppet handle the deployment, but it doesn't look like any service(s) were restarted by the merge, so I don't know if the change will do anything tonight. [06:50:03] Anyway, it's late, and I'm going to bed.