Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14407017
D11211.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
436 B
Referenced Files
None
Subscribers
None
D11211.diff
View Options
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) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 12:51 AM (5 h, 19 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6924198
Default Alt Text
D11211.diff (436 B)
Attached To
Mode
D11211: Correctly pass worker priority from reparse script
Attached
Detach File
Event Timeline
Log In to Comment