1
1
Fork 0

The worker can now run from the frontend as well

This commit is contained in:
Michael 2016-11-27 00:55:05 +00:00
commit e856ab9a09
5 changed files with 196 additions and 94 deletions

View file

@ -99,6 +99,10 @@ if (!$a->is_backend()) {
$stamp1 = microtime(true);
session_start();
$a->save_timestamp($stamp1, "parser");
} else {
require_once "include/poller.php";
call_worker_if_idle();
}
/**