This commit is contained in:
2021-04-14 14:44:16 +08:00
parent 2e9e164f94
commit a672522d3b
3 changed files with 1 additions and 16 deletions
-1
View File
@@ -65,7 +65,6 @@ 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));