Daemons - add "objectPHID" to task tables.
Summary: Ref T5402. This more or less "fixes" it but there's probably some polish to do? Test Plan: stopped and started daemons. error logs look good. ran bin/storage upgrade. noted that `adjust` added the appropriate indices for active and archive task. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T5402 Differential Revision: https://secure.phabricator.com/D11044
This commit is contained in:
@@ -188,7 +188,9 @@ final class DiffusionCommitHookEngine extends Phobject {
|
||||
'emailPHIDs' => array_values($this->emailPHIDs),
|
||||
'info' => $this->loadCommitInfoForWorker($all_updates),
|
||||
),
|
||||
PhabricatorWorker::PRIORITY_ALERTS);
|
||||
array(
|
||||
'priority' => PhabricatorWorker::PRIORITY_ALERTS,
|
||||
));
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user