majian

Results 11 comments of majian

Orgnization/Company: [健康之路](https://www.yihu.com/) Location: Fuzhou, China Contact: [email protected] Purpose/Scenario: Build Cloud Native application management platform. Features wanted: More out-of-the-box traits.

指被动消息处理(微信请求)还是主动消息发送(客户消息)?

好,最近我会对这块进行优化

> I suggest a max timeout to avoid network blocking issues, otherwise it brings a memory leak problem. The timeout period can vary depending on different business scenario requirements. Should...

> > > I suggest a max timeout to avoid network blocking issues, otherwise it brings a memory leak problem. > > > > > > The timeout period can...

@Yeuoly Add environment variables HTTP_REQUEST_MAX_CONNECT_TIMEOUT, HTTP_REQUEST_MAX_READ_TIMEOUT, HTTP_REQUEST_MAX_WRITE_TIMEOUT to limit the maximum timeout duration of HTTP requests. The default values are respectively 5 minutes, 10 minutes, and 10 minutes.

> What's the architecture and version of your server? I am running on Kubernetes, with Kubernetes version v1.22.17, the operating system is Ubuntu 20.04.3 LTS, and the container runtime is...

I searched for information; could it be related to gunicorn? The commit d5448e07abd840580bb8ffa69d886cb559575fe6 for versions 0.6.3 to 0.6.4 is related to gunicorn.

This seems to have solved my problem, looking forward to the release.

> 1. 添加容器化部署脚本,支持docker、kubernetes。 > 2. 扩展事件模型,添加环境、来源等信息。 > 3. 升级项目为netcoreapp2.1。 > 4. 优化httpclient使用方式。 > 5. 本地化事件模型时间。 非常感谢你的pr,我注意到Exceptionless被修改为ExceptionLess。请问是为什么呢?我从官网了解到Exceptionless应该是正确的名字。