Dynamic priority handling

This commit is contained in:
Michael 2018-05-17 23:43:44 +00:00
parent 6a8c85fac4
commit f4a71b76dd
2 changed files with 7 additions and 3 deletions

View file

@ -35,7 +35,7 @@ class Queue
logger('filling queue jobs - start');
// Handling the pubsubhubbub requests
PushSubscriber::publishFeed(PRIORITY_LOW);
PushSubscriber::publishFeed();
$r = dba::inArray(dba::p("SELECT `id` FROM `queue` WHERE `next` < UTC_TIMESTAMP() ORDER BY `batch`, `cid`"));