mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
The worker is split into several classes
This commit is contained in:
parent
87e14d9d28
commit
dc16e6d471
9 changed files with 591 additions and 510 deletions
|
@ -95,9 +95,6 @@ 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