friendica/src/Worker
Michael 7395ae22f7 Issue 11952: Avoid to send AP related comments to Diaspora 2022-10-03 10:40:16 +00:00
..
Contact
APDelivery.php
AddContact.php
CheckDeletedContacts.php
CheckVersion.php
ClearCache.php
ContactDiscovery.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php
Directory.php
Expire.php
ExpireActivities.php
ExpireAndRemoveUsers.php
ExpirePosts.php Issue 11932: Restore SQL performance 2022-09-26 06:39:28 +00:00
FetchFeaturedPosts.php
FetchMissingActivity.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php Issue 11952: Avoid to send AP related comments to Diaspora 2022-10-03 10:40:16 +00:00
OnePoll.php
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProcessQueue.php
ProcessReplyByUri.php
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php
PushSubscription.php
README.md
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUnusedTags.php
RemoveUser.php
SearchDirectory.php
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php
UpdateFContact.php
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php Fix error "Class 'Friendica\Worker\Worker' not found" 2022-09-24 17:29:00 +00:00

README.md

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.