When I launch PhabricatorTaskmasterDaemon or PhabricatorTriggerDaemon, everything on the server slows to a complete halt — pages will not load, and even so much as hitting ctrl-C to interrupt them takes minutes to have an effect.
I don't know how to give repro instructions using a test install because I don't have access to daemon control on those. Please let me know the best way to develop repro instructions.
PhabricatorTaskmasterDaemon produces the following output:
2016-08-26 3:49:49 PM [STDE] <VERB> PhabricatorTaskmasterDaemon Working on task 182098 (PhabricatorApplicationTransactionPublishWorker)...
PhabricatorTriggerDaemon produces no output other than the normal "Starting process" stuff.
Versions:
Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-34-generic x86_64)
php -v → 5.6.25-1+deb.sury.org~xenial+1 (cli)
phabricator 067d12d7168a580bce695cb26331df785f86c2e9 (Fri, Aug 26)
arcanist 9e82ef979e8148c43b9b8439025d505b1219e213 (Thu, Aug 25)
phutil 5fd1af8b4f2b9631e2ceb06bd88d21f2416123c2 (Wed, Aug 24)
It may be relevant that this problem began after I upgraded to Ubuntu 16.04. Doing so brought in PHP version 7, which I understand is not supported; I reverted to 5.6 (successfully as far as I can tell — I can't find any remaining evidence of PHP 7, and everything seems to run correctly on the website as long as neither of those daemons is running).