Call post and item-uri expiry in squence

This commit is contained in:
Michael 2021-03-02 06:50:12 +00:00
parent ed3f968487
commit a228183abb
4 changed files with 112 additions and 120 deletions

View file

@ -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');