From 559de7b223646ee545be80ac2204f746d78717c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 14:41:34 +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..3105a75f 100644 --- a/System/Crontab/Zookeeper.php +++ b/System/Crontab/Zookeeper.php @@ -65,6 +65,7 @@ class Zookeeper extends Process */ private function dispatch($server, Redis|\Redis $redis, int $setting, $value) { + var_export($value); $server->sendMessage(swoole_serialize([ 'action' => 'crontab', 'handler' => swoole_unserialize($redis->get('crontab:' . $value)) ]), random_int(0, $setting - 1));