friendica/src/Worker
Michael 04b2d2339e Improved config description / use the delete command 2023-03-18 21:34:15 +00:00
..
Contact
APDelivery.php
AddContact.php
BulkDelivery.php
CheckDeletedContacts.php
CheckRelMeProfileLink.php
CheckVersion.php
ClearCache.php
ContactDiscovery.php
ContactDiscoveryForUser.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php
Directory.php
Expire.php
ExpireActivities.php
ExpireAndRemoveUsers.php
ExpirePosts.php
FetchFeaturedPosts.php
FetchMissingActivity.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php Fix missing attached links in posts 2023-03-04 19:04:37 +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
UpdateAllSuggestions.php
UpdateBlockedServers.php Improved config description / use the delete command 2023-03-18 21:34:15 +00:00
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php
UpdateSuggestions.php

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.