diff --git a/scripts/repository/reparse.php b/scripts/repository/reparse.php index c95a7e91b4..0571970974 100755 --- a/scripts/repository/reparse.php +++ b/scripts/repository/reparse.php @@ -273,7 +273,9 @@ foreach ($commits as $commit) { PhabricatorWorker::scheduleTask( $class, $spec, - PhabricatorWorker::PRIORITY_IMPORT); + array( + 'priority' => PhabricatorWorker::PRIORITY_IMPORT, + )); } } else { foreach ($classes as $class) {