Fix test
This commit is contained in:
parent
fab5ba39ff
commit
4ef2679ca6
|
@ -37,7 +37,7 @@ class RequeuePosts
|
|||
$deliveries = DBA::p("SELECT `item-uri`.`uri` AS `inbox` FROM `post-delivery` INNER JOIN `item-uri` ON `item-uri`.`id` = `post-delivery`.`inbox-id` GROUP BY `inbox`");
|
||||
while ($delivery = DBA::fetch($deliveries)) {
|
||||
Post\Delivery::removeFailed($delivery['inbox']);
|
||||
|
||||
|
||||
if (Worker::add(PRIORITY_HIGH, 'APDelivery', '', 0, $delivery['inbox'], 0)) {
|
||||
Logger::info('Missing APDelivery worker added for inbox', ['inbox' => $delivery['inbox']]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user