friendica/src/Worker
2020-11-14 10:08:51 -05:00
..
AddContact.php
APDelivery.php
CheckDeletedContacts.php
CheckVersion.php
CleanItemUri.php
CleanWorkerQueue.php
ClearCache.php
ContactDiscovery.php
Cron.php
DBUpdate.php
Delivery.php
Directory.php
Expire.php
ExpireAndRemoveUsers.php
ExpireConversations.php
ExpirePosts.php Improve expiry query 2020-10-30 20:26:16 +00:00
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php
OnePoll.php Remove references to item.parent-uri in Worker\OnePoll 2020-11-14 10:08:51 -05:00
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php
README.md
RemoveContact.php
RemoveUser.php
RepairDatabase.php
SearchDirectory.php
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdatePublicContacts.php
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.