]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Cron.php
Restore previous permission comment in Widget\CalendarExport
[friendica.git] / src / Worker / Cron.php
index ad7b4b7f1a5fa8bdd3b41745255c0a36cf41b2d5..e523f75118af8ad0c415f2db2374a33f6ccf3799 100644 (file)
@@ -40,6 +40,9 @@ Class Cron {
 
                logger('cron: start');
 
+               // Fork the cron jobs in separate parts to avoid problems when one of them is crashing
+               Addon::forkHooks($a->queue['priority'], "cron");
+
                // run queue delivery process in the background
                Worker::add(PRIORITY_NEGLIGIBLE, "Queue");