friendica/src/Worker
Hypolite Petovan 094b219581
Merge pull request #13586 from annando/defer-limit
Individual defer limits per worker task
2023-10-31 20:46:35 -07:00
..
Contact Individual defer limits per worker task 2023-10-29 12:51:26 +00:00
APDelivery.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
AddContact.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
BulkDelivery.php Replace direct database calls and anonymous arrays by repository calls and entity objects 2023-01-01 18:50:21 -05:00
CheckDeletedContacts.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
CheckRelMeProfileLink.php spelling: checks 2023-03-26 16:03:22 -04:00
CheckVersion.php More configs moved to key values 2023-01-22 13:40:08 +00:00
ClearCache.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ContactDiscovery.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ContactDiscoveryForUser.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Cron.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
DBUpdate.php Refactor IManageConfigValues interface 2023-01-03 14:22:04 +01:00
DelayedPublish.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Delivery.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Directory.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
Expire.php Remove App dependency from Hook::callSingle 2023-01-14 10:38:37 -05:00
ExpireActivities.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ExpireAndRemoveUsers.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
ExpirePosts.php spelling: posts 2023-03-26 20:04:07 -04:00
FetchFeaturedPosts.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
FetchMissingActivity.php Individual defer limits per worker task 2023-10-29 12:51:26 +00:00
ForkHook.php Remove App dependency from Hook::callSingle 2023-01-14 10:38:37 -05:00
MergeContact.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
MoveStorage.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
NodeInfo.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
Notifier.php Improve distribution of non public messages 2023-10-31 13:08:24 +00:00
OnePoll.php Avoid more local links and bad http requests 2023-01-28 14:57:04 +00:00
OptimizeTables.php Channels are a new way to see different content 2023-09-01 21:56:59 +00:00
PollContacts.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
PostUpdate.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ProcessQueue.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ProcessReplyByUri.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ProfileUpdate.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
PubSubPublish.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
PullDirectory.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
PushSubscription.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveUnusedAvatars.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
RemoveUnusedContacts.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
RemoveUnusedTags.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
RemoveUser.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
SearchDirectory.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
SpoolPost.php spelling: does 2023-03-26 16:03:23 -04:00
UpdateAllSuggestions.php Calculate the interaction score 2023-08-30 19:17:42 +00:00
UpdateBlockedServers.php Improved config description / use the delete command 2023-03-18 21:34:15 +00:00
UpdateContact.php Improve the fetching of the contact's baseurl 2023-08-28 04:09:49 +00:00
UpdateContactBirthdays.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
UpdateContacts.php Merge pull request #12562 from MrPetovan/bug/notices 2023-01-02 00:34:21 +01:00
UpdateGServer.php Merge branch '2023.03-rc' into stable 2023-04-23 15:12:51 +02:00
UpdateGServers.php Merge branch '2023.03-rc' into stable 2023-04-23 15:12:51 +02:00
UpdatePhotoAlbums.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
UpdateScores.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
UpdateServerDirectories.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
UpdateServerDirectory.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
UpdateServerPeers.php Improved block check for redirects 2023-01-22 12:33:38 +00:00
UpdateSuggestions.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00

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.