mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 20:40:56 +01:00
Start Trigger daemon alongside other daemons
Summary: Ref T6881. This won't do much of interest on third party installs yet, but it's stable and we don't need to hold it back any longer. Test Plan: Ran `phd start`, saw the trigger daemon start up. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T6881 Differential Revision: https://secure.phabricator.com/D11603
This commit is contained in:
parent
58b3c5614b
commit
f400a18b20
1 changed files with 1 additions and 0 deletions
|
@ -340,6 +340,7 @@ abstract class PhabricatorDaemonManagementWorkflow
|
|||
$daemons = array(
|
||||
array('PhabricatorRepositoryPullLocalDaemon', array()),
|
||||
array('PhabricatorGarbageCollectorDaemon', array()),
|
||||
array('PhabricatorTriggerDaemon', array()),
|
||||
);
|
||||
|
||||
$taskmasters = PhabricatorEnv::getEnvConfig('phd.start-taskmasters');
|
||||
|
|
Loading…
Reference in a new issue