modify
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user