https://bugzilla.wikimedia.org/show_bug.cgi?id=44106
Aaron Schulz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Aaron Schulz <[email protected]> --- Is showJobs.php always empty or almost empty? Did you do anything to $wgJobTypeConf? JobQueueDB::claim doesn't get called unless a prior SELECT found a job. If $wgJobRunRate is high and there are many many page requests and only a few jobs (but there are at least some jobs), you could maybe get something like this sometimes. I'd be a bit skeptical about that. Maybe claimRandom() was in a tight loop but I don't see how that's possible either. You can try setting $wgJobRunRate = 0 and daemonizing maintenance/runJobs.php to run in the background instead of running jobs on random page requests. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
