1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-16 03:42:41 +01:00
phorge-phorge/src/applications/daemon/storage
epriestley a354e5fa6b Track daemon unique IDs in Phabricator daemon logs
Summary:
Ref T7352. We were previously identifying things by `<daemonClass, overseerPID, startTime>` but that's not unique in a world where one overseer can run multiple daemons.

We already have an internal "daemonID", it just doesn't get written into the DB right now.

Start writing it, then use it to clean up `phd status`.

Test Plan: Ran `phd status`, got more accurate/useful output than previously.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7352

Differential Revision: https://secure.phabricator.com/D11865
2015-02-24 14:50:37 -08:00
..
PhabricatorDaemonDAO.php Use a real Query class to load daemon information 2013-07-23 12:11:34 -07:00
PhabricatorDaemonLog.php Track daemon unique IDs in Phabricator daemon logs 2015-02-24 14:50:37 -08:00
PhabricatorDaemonLogEvent.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00