The frontend worker is now working as a full replacement for the crontab.

This commit is contained in:
Michael 2016-11-30 19:24:58 +00:00
parent 1f50dc368e
commit 57c95c93e1
2 changed files with 36 additions and 36 deletions

View file

@ -10,7 +10,7 @@ use \Friendica\Core\PConfig;
function worker_init($a){
if (!Config::get("system", "frontend_worker")) {
if (!Config::get("system", "frontend_worker") OR !Config::get("system", "worker")) {
return;
}