yzh52521/webman-task当任务比较多的时候再添加报错

问题描述 任务添加了80多个,再添加就会报错,无法成功。各位大佬,这该怎么破 程序代码 for($i=0;$i<=100;$i++){ $param = [ 'method' => 'crontabCreate', 'args' => [ 'title' => "任务[{$i}]", 'type...

Zory 发表与 2025-01-15 246 浏览 0 回答
【已解决】event事件订阅多次回调

event事件多次执行 用户注册成功后,发布事件监听执行多次,这个是默认的吗,还是能自定义次数。 事件处理函数里有返回false <?php return [ 'user.register' => [ [app\event\User::class, 'register'], ], ]; Event::dispatch('user.register', $user); <...

Zory 发表与 2024-08-05 409 浏览 0 回答
求助:webman命令行工具使用redis-queue出错【已解决】

问题描述 redis服务正常,通过非命令行工具执行队列可正常消费 程序代码 protected function execute(InputInterface $input, OutputInterface $output){ $queue = 'send-email'; $data = ['to' => 'joe@gmail.com', 'content' => 'hello']; ...

Zory 发表与 2023-05-05 1154 浏览 1 回答

Zory

60
积分
0
获赞数
0
粉丝数
2023-04-19 加入
×
🔝