diff --git a/System/Crontab/Consumer.php b/System/Crontab/Consumer.php index 616315c6..ce94f49e 100644 --- a/System/Crontab/Consumer.php +++ b/System/Crontab/Consumer.php @@ -70,8 +70,6 @@ class Consumer extends Process $redis->release(); - Coroutine::sleep(0.05); - $this->tick($process); }