Store spooled data

This commit is contained in:
Michael 2016-12-01 20:53:18 +00:00
commit 6845775ff9
3 changed files with 9 additions and 3 deletions

View file

@ -14,8 +14,10 @@ function worker_init($a){
return;
}
// We don't need the following lines if we can execute background jobs
// We don't need the following lines if we can execute background jobs.
// So we just wake up the worker if it sleeps.
if (function_exists("proc_open")) {
call_worker_if_idle();
return;
}