Add an inbox queue handler
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action.
This commit is contained in:
@@ -25,7 +25,7 @@ DIR=`dirname $0`
|
||||
for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \
|
||||
xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php \
|
||||
twitterqueuehandler.php facebookqueuehandler.php pingqueuehandler.php \
|
||||
memcachedqueuehandler.php; do
|
||||
memcachedqueuehandler.php inboxqueuehandler.php; do
|
||||
|
||||
echo -n "Starting $f...";
|
||||
php $DIR/$f
|
||||
|
Reference in New Issue
Block a user