Changed worker order

This commit is contained in:
Michael
2021-03-02 07:06:22 +00:00
parent a228183abb
commit c740509a22
3 changed files with 6 additions and 7 deletions

View File

@@ -76,8 +76,6 @@ class Expire
Logger::notice('calling hooks done');
Worker::add(['priority' => $a->queue['priority'], 'dont_fork' => true], 'ExpirePosts');
return;
}
}