friendica/src/Worker
Michael 79b64cc44f Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
..
Contact Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
APDelivery.php
AddContact.php
CheckDeletedContacts.php
CheckVersion.php
ClearCache.php
ContactDiscovery.php
Cron.php Hopefully fixes loops during message processing 2022-08-03 03:38:03 +00:00
DBUpdate.php
DelayedPublish.php
Delivery.php Some more changed log levels 2022-08-31 05:01:22 +00:00
Directory.php
Expire.php
ExpireActivities.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
ExpireAndRemoveUsers.php
ExpirePosts.php Conversation/context is now stored 2022-07-23 06:52:43 +00:00
FetchFeaturedPosts.php
FetchMissingActivity.php Standards 2022-07-24 13:11:52 +00:00
ForkHook.php
MergeContact.php Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
MoveStorage.php
NodeInfo.php
Notifier.php Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
OnePoll.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProcessQueue.php Decouple the processor from the receiver 2022-07-27 20:59:42 +00:00
ProcessReplyByUri.php Issue 11776 - process replies via a worker task 2022-07-27 20:03:28 +00:00
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php
PushSubscription.php Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
README.md
RemoveUnusedAvatars.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
RemoveUnusedContacts.php Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
RemoveUnusedTags.php
RemoveUser.php
SearchDirectory.php
SpoolPost.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php Warnings/Errors reduced - improved relay processing 2022-08-27 08:08:58 +00:00
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.