Improve repository usage
This commit is contained in:
parent
7c6554451e
commit
c2b5eb2838
3 changed files with 8 additions and 12 deletions
|
@ -81,7 +81,7 @@ if ($spawn) {
|
|||
|
||||
$run_cron = !array_key_exists('n', $options) && !array_key_exists('no_cron', $options);
|
||||
|
||||
$process = DI::process()->create(getmypid());
|
||||
$process = DI::process()->create(getmypid(), basename(__FILE__));
|
||||
|
||||
Worker::processQueue($run_cron, $process);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue