friendica/src/Worker
2022-11-07 11:19:33 +01:00
..
Contact
AddContact.php
APDelivery.php
CheckDeletedContacts.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
CheckRelMeProfileLink.php we don't need the 20... 2022-11-07 11:19:33 +01:00
CheckVersion.php
ClearCache.php
ContactDiscovery.php
Cron.php Let the Worker check the homepage of a profile daily 2022-11-07 11:15:54 +01:00
DBUpdate.php
DelayedPublish.php
Delivery.php Changes: 2022-10-26 01:29:01 +02:00
Directory.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
Expire.php
ExpireActivities.php
ExpireAndRemoveUsers.php
ExpirePosts.php Merge branch 'develop' into rewrite/gravity-constants 2022-10-18 16:34:40 +02:00
FetchFeaturedPosts.php
FetchMissingActivity.php
ForkHook.php
MergeContact.php
MoveStorage.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
NodeInfo.php
Notifier.php Simplified else case 2022-11-03 04:27:30 +00:00
OnePoll.php Changes: 2022-10-26 01:29:01 +02:00
OptimizeTables.php
PollContacts.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
PostUpdate.php
ProcessQueue.php
ProcessReplyByUri.php
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php
PushSubscription.php
README.md
RemoveUnusedAvatars.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
RemoveUnusedContacts.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
RemoveUnusedTags.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
RemoveUser.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
SearchDirectory.php
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
UpdateFContact.php
UpdateGServer.php
UpdateGServers.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
UpdatePhotoAlbums.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php

Friendica\Worker

The Worker namespace contains all asynchronous workers of Friendica. The all have to implement the function public static function execute().

They are all executed by the Worker.