1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Worker
2022-12-30 21:40:09 +00:00
..
Contact Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
AddContact.php
APDelivery.php
CheckDeletedContacts.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
CheckRelMeProfileLink.php Flatten conditions and add call to HTML::checkRelMeLink in Worker\CheckRelMeProfileLink 2022-12-23 02:44:49 -05:00
CheckVersion.php
ClearCache.php
ContactDiscovery.php
ContactDiscoveryForUser.php Issue 11553: Reliably return the user's contacts 2022-12-03 14:19:48 +00:00
Cron.php Replace cron/worker "last" config entries with key-value entries 2022-12-29 21:53:57 +01:00
DBUpdate.php
DelayedPublish.php
Delivery.php Adjust class references to the new location 2022-12-30 21:20:28 +00:00
Directory.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
Expire.php
ExpireActivities.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
ExpireAndRemoveUsers.php
ExpirePosts.php [Database version 1499] Create new paradigm classes for Diaspora Contact 2022-12-05 00:00:50 -05: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 The priority is now a class constant 2022-10-17 05:49:55 +00:00
NodeInfo.php
Notifier.php Adjust class references to the new location 2022-12-30 21:20:28 +00:00
OnePoll.php Changes: 2022-10-26 01:29:01 +02:00
OptimizeTables.php
PollContacts.php Simplify "last-activity" handling 2022-12-04 07:17:26 +00:00
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 Adjust class references to the new location 2022-12-30 21:20:28 +00:00
PubSubPublish.php Changes: 2022-06-23 17:30:16 +02:00
PullDirectory.php Replace cron/worker "last" config entries with key-value entries 2022-12-29 21:53:57 +01:00
PushSubscription.php Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
README.md
RemoveUnusedAvatars.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
RemoveUnusedContacts.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
RemoveUnusedTags.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
RemoveUser.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
SearchDirectory.php
SpoolPost.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
UpdateAllSuggestions.php New field to show the day of the last activity 2022-11-30 22:34:50 +00:00
UpdateContact.php Changes: 2022-06-23 17:30:16 +02:00
UpdateContactBirthdays.php
UpdateContacts.php Updated logging 2022-12-28 16:04:31 +00:00
UpdateGServer.php Changes: 2022-06-23 17:30:16 +02:00
UpdateGServers.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php Fix error "Class 'Friendica\Worker\Worker' not found" 2022-09-24 17:29:00 +00:00
UpdateSuggestions.php Changes after code review 2022-11-30 14:33:55 +00:00

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.