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:
@@ -24,7 +24,8 @@ SDIR=`dirname $0`
|
||||
DIR=`php $SDIR/getpiddir.php`
|
||||
|
||||
for f in jabberhandler ombhandler publichandler smshandler pinghandler \
|
||||
xmppconfirmhandler xmppdaemon twitterhandler facebookhandler memcachedhandler; do
|
||||
xmppconfirmhandler xmppdaemon twitterhandler facebookhandler \
|
||||
memcachedhandler inboxhandler; do
|
||||
|
||||
FILES="$DIR/$f.*.pid"
|
||||
for ff in "$FILES" ; do
|
||||
|
Reference in New Issue
Block a user