CirrusSearch
Elasticsearch-powered search for MediaWiki
|
Job wrapper around Sanity\Checker. More...
Public Member Functions | |
__construct (array $params) | |
allowRetries () | |
This job handles all its own retries internally. | |
Public Member Functions inherited from CirrusSearch\Job\CirrusGenericJob | |
getSearchConfig () | |
Static Public Member Functions | |
static | build ( $fromPageId, $toPageId, $delay, $profile, $cluster, $loopId, \JobQueueGroup $jobQueueGroup) |
Construct a new CherckerJob. | |
static | getPressure () |
Additional Inherited Members | |
Protected Attributes inherited from CirrusSearch\Job\CirrusGenericJob | |
$searchConfig | |
Job wrapper around Sanity\Checker.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
CirrusSearch\Job\CheckerJob::__construct | ( | array | $params | ) |
array | $params |
Reimplemented from CirrusSearch\Job\CirrusGenericJob.
CirrusSearch\Job\CheckerJob::allowRetries | ( | ) |
This job handles all its own retries internally.
|
static |
Construct a new CherckerJob.
int | $fromPageId | |
int | $toPageId | |
int | $delay | |
string | $profile | sanitization profile to use |
string | null | $cluster | |
int | $loopId | The number of times the checker jobs have looped over the pages to be checked. |
\JobQueueGroup | $jobQueueGroup |
|
static |