Manual talk:RunJobs.php
From MediaWiki.org
Contents |
Interpreting the Output [edit]
What do these mean please?
- start
- end
- t
t is the time in milliseconds --Planetenxin (talk) 13:43, 17 April 2012 (UTC)
Duplicate jobs? [edit]
If a refreshlinks2 is done twice (in a row), naming the same template, is the second time redundant? If so, could the jobs table specify a unique key for each row? If not, why not? thanks.
Getting Timeout yy when running the runJobs.php [edit]
MW: 1.17.2 I get
Timeout yy
when running php ./runJobs.php maintenance script
and I see that job queue is not decreasing. Is there anywhere a place to increase the timeout.
I use Semantic Mediawiki and many of the failed pages contains heavy queries, which may take 10 seconds to load. Does this have impact?
<?xml version="1.0"?>
<api>
<query>
<statistics pages="7697" articles="6648" views="24585" edits="63858" images="327" users="35" activeusers="-1" admins="4" jobs="25270" />
</query>
</api>
Error [edit]
Everytime I try to run this i get the following errors:
PHP Notice: Undefined index: HTTP_USER_AGENT in /var/www/*****.com/public/w/extensions/MobileDetect/MobileDetect.php on line 27 PHP Notice: Undefined index: HTTP_ACCEPT in /var/www/*****.com/public/w/extensions/MobileDetect/MobileDetect.php on line 28
Any idea what the issue is? --Zackmann08 (talk) 14:08, 17 August 2012 (UTC)