friendica/src/Worker
Michael e3c7cd25e1 Issue 10640: Use consistent settings to enable protocol support 2021-08-30 19:46:10 +00:00
..
APDelivery.php
AddContact.php
CheckDeletedContacts.php
CheckVersion.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
CleanWorkerQueue.php
ClearCache.php
ContactDiscovery.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php Issue 10640: Use consistent settings to enable protocol support 2021-08-30 19:46:10 +00:00
Directory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Expire.php
ExpireAndRemoveUsers.php
ExpireConversations.php
ExpirePosts.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Notifier.php Issue 10640: Use consistent settings to enable protocol support 2021-08-30 19:46:10 +00:00
OnePoll.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProfileUpdate.php
PubSubPublish.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
PullDirectory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
PushSubscription.php
README.md
RemoveContact.php
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUser.php
SearchDirectory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
UpdateServerPeers.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02: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.