friendica/src/Worker
Hypolite Petovan 0ad246f910 Drop UpdateContact worker task if contact is blocked
# Conflicts:
#	src/Worker/UpdateContact.php
2023-01-13 09:23:01 -05:00
..
Contact
APDelivery.php
AddContact.php
CheckDeletedContacts.php
CheckRelMeProfileLink.php
CheckVersion.php
ClearCache.php
ContactDiscovery.php
ContactDiscoveryForUser.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php
Directory.php
Expire.php
ExpireActivities.php
ExpireAndRemoveUsers.php
ExpirePosts.php
FetchFeaturedPosts.php
FetchMissingActivity.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php
OnePoll.php
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProcessQueue.php
ProcessReplyByUri.php
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php
PushSubscription.php
README.md
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUnusedTags.php
RemoveUser.php
SearchDirectory.php
SpoolPost.php
UpdateAllSuggestions.php
UpdateContact.php Drop UpdateContact worker task if contact is blocked 2023-01-13 09:23:01 -05:00
UpdateContactBirthdays.php
UpdateContacts.php
UpdateGServer.php Drop UpdateGServer worker task if domain is blocked 2023-01-13 09:21:43 -05:00
UpdateGServers.php Drop UpdateGServer worker task if domain is blocked 2023-01-13 09:21:43 -05:00
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php
UpdateSuggestions.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.