Rough cut of Workers

Summary: workers do work, provided I have written them correctly. perhaps it
is so.

Test Plan:

Reviewers:

CC:
This commit is contained in:
epriestley
2011-03-10 13:48:29 -08:00
parent c82cab35e2
commit ec084ca419
31 changed files with 590 additions and 23 deletions

View File

@@ -200,6 +200,10 @@ class AphrontDefaultApplicationConfiguration
),
),
'/daemon/' => array(
'$' => 'PhabricatorDaemonConsoleController',
),
);
}