Replace python requestid_threaded with php equivalent in ProcessReleases class.

This commit is contained in:
DariusIII
2016-05-09 12:30:28 +02:00
parent cbc41f106d
commit bff7cd8600
2 changed files with 2 additions and 3 deletions
+1 -3
View File
@@ -184,8 +184,6 @@ class ProcessReleases
$this->deleteUnwantedCollections($groupID);
$DIR = NN_MISC;
$PYTHON = shell_exec('which python3 2>/dev/null');
$PYTHON = (empty($PYTHON) ? 'python -OOu' : 'python3 -OOu');
$totalReleasesAdded = 0;
do {
@@ -203,7 +201,7 @@ class ProcessReleases
if ($this->echoCLI) {
$this->pdo->log->doEcho($this->pdo->log->header("Process Releases -> Request id Threaded lookup."));
}
passthru("$PYTHON ${DIR}update/nix/requestid_threaded.py");
passthru("{$DIR}update/nix/multiprocessing/requestid.php");
if ($this->echoCLI) {
$this->pdo->log->doEcho(
$this->pdo->log->primary(