This commit is contained in:
as2252258@163.com
2021-04-16 01:39:05 +08:00
parent 34a50a214d
commit 84489c71e6
+1
View File
@@ -54,6 +54,7 @@ class Zookeeper extends Process
try { try {
$params['action'] = 'crontab'; $params['action'] = 'crontab';
if (empty($handler = $redis->get('crontab:' . $value))) { if (empty($handler = $redis->get('crontab:' . $value))) {
var_dump($handler);
return; return;
} }
$params['handler'] = swoole_unserialize($handler); $params['handler'] = swoole_unserialize($handler);