diff --git a/System/Crontab/Zookeeper.php b/System/Crontab/Zookeeper.php index 3105a75f..9a252254 100644 --- a/System/Crontab/Zookeeper.php +++ b/System/Crontab/Zookeeper.php @@ -85,6 +85,7 @@ class Zookeeper extends Process $range = $redis->zRangeByScore(Producer::CRONTAB_KEY, '0', (string)$startTime); $redis->zRemRangeByScore(Producer::CRONTAB_KEY, '0', (string)$startTime); + print_r($range); return [$range, $redis]; }