shuifa
shuifa
i have the same problem
> Could you please check whether explicitly setting `ssh.agentType: "pageant"` in the config file helps? This is useful to me.
@Eugeny yes,it didn't work without the setting until this morning. but just now i remove this setting, it can also be used even though i restart
``` idx := sort.Search(len(m.keys), func(i int) bool { return m.keys[i] >= (hash % m.keys[len(m.keys)-1]) // 这里要取模,否则大于虚拟节点最大值的key都会跑到索引为0的虚拟节点了 }) ```
command 模式好像没发在定时任务中使用吧..
> 可以的 发自我的iPhone > […](#) > ------------------ 原始邮件 ------------------ 发件人: shuifa ***@***.***> 发送时间: 2022年10月25日 13:45 收件人: hyperf/hyperf ***@***.***> 抄送: 舍我其谁 ***@***.***>, Author ***@***.***> 主题: Re: [hyperf/hyperf] 捕获定时任务的异常FailToExecuteCrontabListener 这个捕获不到,command脚本里面出现的异常[BUG] (Issue #5080)...
我也很奇怪啊,😅😅,找不到原因愿你出走半生,归来仍是少年在 2022年10月25日,19:11,舍我其谁 ***@***.***> 写道: 我平时都在用呀 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: shuifa ***@***.***> 发送时间: 2022年10月25日 19:08 收件人: hyperf/hyperf ***@***.***> 抄送: 舍我其谁 ***@***.***>, Author ***@***.***> 主题: Re: [hyperf/hyperf] 捕获定时任务的异常FailToExecuteCrontabListener 这个捕获不到,command脚本里面出现的异常[BUG] (Issue #5080)...
> Can you open two terminal windows: > > 1. In the first, run `FIG_LOG_LEVEL=debug` in > 2. In the second, separate terminal window run `fig debug logs` > 3....
same problem running on macOS 12.6
> connections.max.idle.ms 原来是这样。。我说第一次投递消息后,一直有一个协程阻塞在`revc()`这里。这个包对长连接不进行超时或者回收处理