friendica/src/Worker
Hypolite Petovan 737b04d7e2
Merge pull request #8401 from annando/gfollower-epilogue
Reduce the load of "gfollower"
2020-03-10 18:52:31 -04:00
..
APDelivery.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
AddContact.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
CheckVersion.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
CreateShadowEntry.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Cron.php Polling Mails is now done with a higher priority 2020-03-10 09:44:26 +00:00
CronJobs.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
DBClean.php Switch all item deletion logging to info level 2020-03-04 15:59:19 -05:00
DBUpdate.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Delivery.php Support unlisted public posts 2020-03-02 07:57:23 +00:00
Directory.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Expire.php Switch all item deletion logging to info level 2020-03-04 15:59:19 -05:00
FetchPoCo.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
ForkHook.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
MergeContact.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Notifier.php Support unlisted public posts 2020-03-02 07:57:23 +00:00
OnePoll.php Support unlisted public posts 2020-03-02 07:57:23 +00:00
ProfileUpdate.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
PubSubPublish.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php Switch all item deletion logging to info level 2020-03-04 15:59:19 -05:00
RemoveUser.php Rename Item::delete* methods to Item::markForDeletion* 2020-03-03 01:48:29 -05:00
SearchDirectory.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
SpoolPost.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
TagUpdate.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
UpdateContact.php Reduce the load of "gfollower" 2020-03-10 21:10:59 +00:00
UpdateGContact.php Reduce the load of "gfollower" 2020-03-10 21:10:59 +00:00
UpdateGContacts.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
UpdateGServer.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
UpdateGServers.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
UpdateServerDirectories.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
UpdateServerDirectory.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
UpdateSuggestions.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01: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.