friendica/src/Worker
Tobias Diekershoff 13997c8c10
Merge pull request #10951 from friendica/logs
Replaced deprecated "log" function call
2021-11-04 07:52:46 +01:00
..
Contact Move contact deleted check from RemoveContent to Remove task 2021-11-03 16:02:20 -04:00
APDelivery.php
AddContact.php
CheckDeletedContacts.php
CheckVersion.php
CleanWorkerQueue.php
ClearCache.php
ContactDiscovery.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
Directory.php
Expire.php
ExpireAndRemoveUsers.php
ExpireConversations.php
ExpirePosts.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
OnePoll.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProfileUpdate.php
PubSubPublish.php Fix notice "Array to string conversion" 2021-10-25 20:54:36 +00:00
PullDirectory.php
PushSubscription.php
README.md
RemoveUnusedAvatars.php Speed up query for unused contacts 2021-10-26 20:06:18 +00:00
RemoveUnusedContacts.php
RemoveUser.php
SearchDirectory.php Restructure Cache to follow new paradigm 2021-10-26 22:11:06 +02:00
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.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.