mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Call post and item-uri expiry in squence
This commit is contained in:
parent
ed3f968487
commit
a228183abb
4 changed files with 112 additions and 120 deletions
|
@ -108,17 +108,10 @@ class Cron
|
|||
|
||||
Worker::add(PRIORITY_LOW, 'UpdatePhotoAlbums');
|
||||
|
||||
// update nodeinfo data
|
||||
Worker::add(PRIORITY_LOW, 'NodeInfo');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'Expire');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'ExpirePosts');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'ExpireConversations');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'CleanItemUri');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'RemoveUnusedContacts');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'RemoveUnusedAvatars');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue