1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/infrastructure
deedydas d028790dd7 Close all DB connections when Daemons sleep
Summary: Fixes T2933

Test Plan:
As guided by Evan - by setting $tasks = array(); in PhabricatorTaskmasterDaemon.php
and running 'phd debug taskmaster' and 'show full processlist' on mysql as root. No extra connections
detected.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2933

Differential Revision: https://secure.phabricator.com/D5654
2013-04-10 14:52:29 -07:00
..
__tests__ Formalize configuration sources and source stacks 2012-12-25 06:44:29 -08:00
celerity Allow AphrontDialogView to use PhabricatorActionHeaderView 2013-04-09 15:50:48 -07:00
daemon Close all DB connections when Daemons sleep 2013-04-10 14:52:29 -07:00
diff Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
edges Use (a = ? AND b = ?) instead of (a, b) IN (?, ?) 2013-04-05 23:02:06 -07:00
env prepend path/to/phabricator/support/bin/ to $PATH 2013-04-03 12:49:46 -07:00
events Add Maniphest Hovercard event listener 2013-04-03 10:06:24 -07:00
internationalization Fixed T2630 2013-04-10 13:11:22 -07:00
javelin Merge branch 'master' into phutil_tag 2013-02-04 06:19:52 -08:00
lint Set cache granularity for Javelin linter 2013-03-04 11:29:20 -08:00
markup Improve remarkup performance (Phabricator) 2013-04-01 12:06:02 -07:00
query Introduce PhabricatorEmptyQueryException 2013-03-06 19:22:00 -08:00
ssh
storage Delete LiskDAO::IDS_PHID 2013-04-08 20:46:54 -07:00
testing Improve performance of Phabricator unit tests 2013-03-06 13:53:48 -08:00
util Reduce wait_timeout to max. allowed value 2013-04-05 22:42:27 -07:00
PhabricatorAccessLog.php Minor, remove access log debugging code. 2013-04-02 12:28:23 -07:00
PhabricatorEditor.php