friendica/src/Worker
Michael f41513f4ec Issue 7264: Count local delivery as well 2019-06-13 20:24:49 +00:00
..
APDelivery.php Fix delivery counter for poking / unify delivery commands 2019-06-10 14:19:24 +00:00
CheckVersion.php
CreateShadowEntry.php
Cron.php Make 7113 really work - now the query does contain AP 2019-05-06 20:53:22 +00:00
CronJobs.php Remove failing require to non-existent file in Worker\CronJobs 2019-04-24 18:30:51 -04:00
DBClean.php
DBUpdate.php Added Update checks 2019-03-24 22:51:30 +01:00
Delivery.php Issue 7264: Count local delivery as well 2019-06-13 20:24:49 +00:00
Directory.php
DiscoverPoCo.php
Expire.php
ForkHook.php
GProbe.php
Notifier.php Fix pixture posts to connectors / fix delivery counter for connector posts 2019-06-11 19:35:03 +00:00
OnePoll.php Move internal recursion-counter to the end of all cur/fetchUrl parameters 2019-06-10 14:34:54 +02:00
ProfileUpdate.php
PubSubPublish.php
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php
RemoveUser.php
SpoolPost.php
TagUpdate.php
UpdateContact.php New contact field "updated", fix warnings 2019-04-09 05:15:23 +00:00
UpdateGContact.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.