move activity importing code to two different queuehandler classes

This commit is contained in:
Evan Prodromou
2010-12-17 13:12:17 -05:00
parent 6469d75fb0
commit 044763cf06
3 changed files with 377 additions and 287 deletions

View File

@@ -266,6 +266,8 @@ abstract class QueueManager extends IoManager
// Background user management tasks...
$this->connect('deluser', 'DelUserQueueHandler');
$this->connect('feedimp', 'FeedImporter');
$this->connect('actimp', 'ActivityImporter');
// Broadcasting profile updates to OMB remote subscribers
$this->connect('profile', 'ProfileQueueHandler');