wei丶404

Results 34 comments of wei丶404

使用最新版本提交带有tag的 保存还是不成功

> @shencw 你是指合并这个PR还是无法保存吗? 我的是提示错误,但实际成功了。 使用了最近的master分支也不行。 我这样解决的问题 https://github.com/YMFE/yapi/issues/2371#issuecomment-1046641932

> 提个想法 task功能主要包括两块:一是定时任务,二是一次性执行任务。 在k8s中分别对应cronJob和Job。 从代码层面看都是一样的,只是调度走k8s、linux cron或其它三方调度平台。 > > 可以在internal加个目录,如commands或tasks等, 该目录下每个文件对应一个任务、一个指令; cli入口文件需要增加一个命令名就行。 > > task功能对于框架来说应该是刚需,即使是微服务 +1 我现在也遇到了这样的问题 但是觉得应该是从cmd/下加一个 开始

有计划对Kratos添加一个计划任务的入口 或者 较好的实践嘛

I have a similar problem, is it related to the heartbeat ?

> @wanzixin @ifplusor I found another case and it's worked! > > ``` > mkdir cppsdk > cd cppsdk > wget https://github.com/apache/rocketmq-client-cpp/releases/download/2.0.1/rocketmq-client-cpp-2.0.1-bin-release-darwin.tar.gz > tar -xzf rocketmq-client-cpp-2.0.1-bin-release-darwin.tar.gz > cp rocketmq-client-cpp/lib/* /usr/local/lib/...

i use https://github.com/apache/rocketmq-client-go/tree/v1.2.4 version A lot of files can't be found 😭

@ifplusor I try to use the prompt like this and the result is as follows ```bash # github.com/apache/rocketmq-client-go/core ../../../go/pkg/mod/github.com/apache/[email protected]/core/pull_consumer.go:46:33: could not determine kind of name for C.E_BROKER_TIMEOUT ```

do I have anything I can use ? Mac M1 (Big Sur) or Mac intel (Big Sur)

> @shencw PullConsumer is what you need to use? @ifplusor yes, i need to maintain a bought old system because there is not enough time, I want it to run...