From: Michael Date: Mon, 5 Jun 2017 16:56:21 +0000 (+0000) Subject: Removing the lock after the process was removed is better X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2bff8e302af5d26a7decd78d6e4ab6a181e232e3;p=friendica.git Removing the lock after the process was removed is better --- diff --git a/include/poller.php b/include/poller.php index 1de9126d2d..2cf1a15f6b 100644 --- a/include/poller.php +++ b/include/poller.php @@ -752,11 +752,11 @@ function poller_run_cron() { if (array_search(__file__,get_included_files())===0){ poller_run($_SERVER["argv"],$_SERVER["argc"]); - Lock::remove('poller_worker'); - poller_unclaim_process(); get_app()->end_process(); + Lock::remove('poller_worker'); + killme(); }