Now PubSubPublish moved as well

This commit is contained in:
Michael 2017-11-19 17:36:20 +00:00
parent 2de457489f
commit 5108115fc1
4 changed files with 99 additions and 96 deletions

View file

@ -28,7 +28,7 @@ class Queue {
logger('queue: start');
// Handling the pubsubhubbub requests
Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), 'pubsubpublish');
Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), 'PubSubPublish');
$r = q(
"SELECT `queue`.*, `contact`.`name`, `contact`.`uid` FROM `queue`