friendica/src/Worker
Michael 60f5fd8188 Many deprecated function calls are replaced 2024-05-13 21:37:15 +00:00
..
Contact
APDelivery.php
AddContact.php
BulkDelivery.php
CheckDeletedContacts.php
CheckRelMeProfileLink.php Request type set for all HTTP requests 2024-05-12 17:53:21 +00:00
CheckVersion.php
ClearCache.php
ContactDiscovery.php
ContactDiscoveryForUser.php
Cron.php Expiry post search index entries 2024-01-21 16:24:59 +00:00
DBUpdate.php
DelayedPublish.php
Delivery.php
Directory.php Request type set for all HTTP requests 2024-05-12 17:53:21 +00:00
Expire.php
ExpireActivities.php
ExpireAndRemoveUsers.php
ExpirePosts.php Performance improvements when displaying local posts 2024-04-17 19:16:47 +00:00
ExpireSearchIndex.php Expiry post search index entries 2024-01-21 16:24:59 +00:00
FetchFeaturedPosts.php
FetchMissingActivity.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php Many deprecated function calls are replaced 2024-05-13 21:37:15 +00:00
OnePoll.php Request type set for all HTTP requests 2024-05-12 17:53:21 +00:00
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProcessQueue.php
ProcessReplyByUri.php
ProfileUpdate.php
PubSubPublish.php Improved user agent string 2024-05-10 09:01:43 +00:00
PullDirectory.php Request type set for all HTTP requests 2024-05-12 17:53:21 +00:00
PushSubscription.php
README.md
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUnusedTags.php
RemoveUser.php
SearchDirectory.php Request type set for all HTTP requests 2024-05-12 17:53:21 +00:00
SpoolPost.php
UpdateAllSuggestions.php
UpdateBlockedServers.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateScores.php
UpdateServerDirectories.php
UpdateServerDirectory.php Request type set for all HTTP requests 2024-05-12 17:53:21 +00:00
UpdateServerPeers.php Request type set for all HTTP requests 2024-05-12 17:53:21 +00:00
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.