1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 11:42:42 +01:00
phorge-phorge/src/applications/daemon/garbagecollector
epriestley 44f0664d2c Add a "lock log" for debugging where locks are being held
Summary: Depends on D19173. Ref T13096. Adds an optional, disabled-by-default lock log to make it easier to figure out what is acquiring and holding locks.

Test Plan: Ran `bin/lock log --enable`, `--disable`, `--name`, etc. Saw sensible-looking output with log enabled and daemons restarted. Saw no additional output with log disabled and daemons restarted.

Maniphest Tasks: T13096

Differential Revision: https://secure.phabricator.com/D19174
2018-03-05 17:55:34 -08:00
..
PhabricatorDaemonLockLogGarbageCollector.php Add a "lock log" for debugging where locks are being held 2018-03-05 17:55:34 -08:00
PhabricatorDaemonLogEventGarbageCollector.php Provide bin/garbage for interacting with garbage collection 2015-10-02 09:17:24 -07:00
PhabricatorDaemonLogGarbageCollector.php Garbage collect old daemon records based on modification date, not creation date 2017-05-26 09:18:26 -07:00
PhabricatorDaemonTaskGarbageCollector.php Provide bin/garbage for interacting with garbage collection 2015-10-02 09:17:24 -07:00