friendica/src/Worker
2020-09-23 11:43:52 -04:00
..
AddContact.php
APDelivery.php
CheckDeletedContacts.php Renamed classes 2020-09-01 13:40:37 +00:00
CheckVersion.php
CleanItemUri.php
CleanWorkerQueue.php Rename class for PSR-0 2020-09-11 19:24:40 +02:00
ClearCache.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
ContactDiscovery.php
CreateShadowEntry.php
Cron.php Renamed classes 2020-09-01 13:40:37 +00:00
DBClean.php
DBUpdate.php
Delivery.php
Directory.php
Expire.php
ExpireAndRemoveUsers.php
ExpireConversations.php
ForkHook.php
MergeContact.php Added foreign key 2020-09-22 07:19:44 +00:00
MoveStorage.php
NodeInfo.php
Notifier.php Removed parameter 2020-09-23 15:20:16 +00:00
OnePoll.php
OptimizeTables.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
PollContacts.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
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 Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
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.