mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
New worker job for deliveries without a worker
This commit is contained in:
parent
a662245c74
commit
0f0f4bc2c7
2 changed files with 47 additions and 0 deletions
|
@ -95,6 +95,9 @@ class Cron
|
|||
// Clear cache entries
|
||||
Worker::add(PRIORITY_LOW, 'ClearCache');
|
||||
|
||||
// Requeue posts from the post delivery entries
|
||||
Worker::add(PRIORITY_MEDIUM, 'RequeuePosts');
|
||||
|
||||
DI::config()->set('system', 'last_cron_hourly', time());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue