Wait for child being ready

This commit is contained in:
Michael 2021-01-05 10:18:25 +00:00
parent 69c7e9af20
commit 7e89bf5af8
2 changed files with 82 additions and 104 deletions

View file

@ -538,6 +538,10 @@ return [
// Number of worker tasks that are fetched in a single query.
'worker_fetch_limit' => 1,
// worker_fork (Boolean)
// Experimental setting. use pcntl_fork to spawn a new worker process
'worker_fork' => false,
// worker_jpm (Boolean)
// If enabled, it prints out the jobs per minute.
'worker_jpm' => false,