mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-23 05:01:13 +01:00
No description
a85452b8d6
Summary: Fixes T6842. Allow the daemons to always be terminated, even if MySQL is down. I was hoping to be able to optionally enable this behavior with the `--force` flag, but this seems messy. Test Plan: ```lang=bash > ./bin/phd start Freeing active task leases... Freed 1 task lease(s). Preparing to launch daemons. NOTE: Logs will appear in '/var/tmp/phd/log/daemons.log'. Starting daemons as phd Launching daemon "PhabricatorRepositoryPullLocalDaemon". Starting daemons as phd Launching daemon "PhabricatorGarbageCollectorDaemon". Starting daemons as phd Launching daemon "PhabricatorTaskmasterDaemon". Done. > service mysql stop mysql stop/waiting > ./bin/phd stop Interrupting daemon 'PhabricatorRepositoryPullLocalDaemon' (4263)... Interrupting daemon 'PhabricatorGarbageCollectorDaemon' (4271)... Interrupting daemon 'PhabricatorTaskmasterDaemon' (4287)... Daemon 4263 exited. Daemon 4271 exited. Daemon 4287 exited. ``` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6842 Differential Revision: https://secure.phabricator.com/D11385 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.arclint | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which help software companies build better software. Phabricator includes applications for: - reviewing and auditing source code; - hosting and browsing repositories; - assembling a party to venture forth; - tracking bugs; - hiding stuff from coworkers; and - also some other things. You can learn more about the project (and find links to documentation and resources) [[http://phabricator.org/ | here]]. Phabricator is developed and maintained by [[http://phacility.com/ | Phacility]]. The first version of Phabricator was originally built at Facebook. = LICENSE = Phabricator is released under the Apache 2.0 license except as otherwise noted.