This commit is contained in:
as2252258@163.com
2021-04-16 01:08:52 +08:00
parent 0cd3cb9ad6
commit cf99687400
+1
View File
@@ -65,6 +65,7 @@ class Zookeeper extends Process
try {
$params['action'] = 'crontab';
if (($handler = $redis->get('crontab:' . $value)) === false) {
var_dump($handler);
return;
}
$params['handler'] = swoole_unserialize($handler);