]> git.mxchange.org Git - friendica.git/commit
Split cron tasks in several worker tasks
authorMichael <heluecht@pirati.ca>
Tue, 1 Sep 2020 08:09:16 +0000 (08:09 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 1 Sep 2020 08:09:16 +0000 (08:09 +0000)
commit4bb70d759342778538b1f51f7ff43c10aa07a233
treee4b1e4f33d03f0949f5972adb8366967c03f6385
parentdae3bcce0f2b966bc36502ffdc11628e2d6d6185
Split cron tasks in several worker tasks
src/Worker/CheckdeletedContacts.php [new file with mode: 0644]
src/Worker/ClearCache.php
src/Worker/Cron.php
src/Worker/OptimizeTables.php [new file with mode: 0644]
src/Worker/PollContacts.php [new file with mode: 0644]
src/Worker/UpdatePublicContacts.php [new file with mode: 0644]