From 8ff8b9222a1aeb15da60e5778bd0a5327ba5b88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 14:50:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Crontab/Zookeeper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Crontab/Zookeeper.php b/System/Crontab/Zookeeper.php index 08c7c444..d1c0f135 100644 --- a/System/Crontab/Zookeeper.php +++ b/System/Crontab/Zookeeper.php @@ -84,6 +84,7 @@ class Zookeeper extends Process $range = $redis->zRangeByScore(Producer::CRONTAB_KEY, '0', (string)$startTime); $redis->zRemRangeByScore(Producer::CRONTAB_KEY, '0', (string)$startTime); + var_dump($range); return [$range, $redis]; }