X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fworker.php;h=084ad28979b667dacbfa8bd4600c764e27a8148f;hb=d21da2dc0aa3b40c0c0a21e1317a0a9f961b5f6c;hp=2fe03cb4b215320abab1a78f00ea748ba9c57b75;hpb=acb06af28df717ac5e58f7f42ce31dfe10d7dfef;p=friendica.git diff --git a/bin/worker.php b/bin/worker.php index 2fe03cb4b2..084ad28979 100755 --- a/bin/worker.php +++ b/bin/worker.php @@ -1,7 +1,7 @@ #!/usr/bin/env php create(getmypid(), basename(__FILE__)); -Worker::unclaimProcess(); +Worker::processQueue($run_cron, $process); -DI::process()->end(); +Worker::unclaimProcess($process); + +DI::process()->delete($process);