This commit is contained in:
as2252258@163.com
2021-04-24 00:23:15 +08:00
parent d000afb3d0
commit 5554a032ae
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class Zookeeper extends Process
if (empty($handler = $redis->get('crontab:' . $value))) {
return;
}
$params['handler'] = swoole_unserialize($handler);
$params['handler'] = $handler;
$this->server->sendMessage($params, $this->getWorker());
} catch (Throwable $exception) {