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