[GH-ISSUE #745] [Bug] 手动执行任务时获取/api/realtime超时 #502

Closed
opened 2026-03-03 01:03:51 +03:00 by kerem · 2 comments
Owner

Originally created by @llongtao on GitHub (May 30, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/745

软件版本 / Release Version

v0.3.14

缺陷描述 / Description

Image
手动执行任务时首先会调用/api/realtime,15秒后页面就超时终端了请求,我手动调试该接口调用大概需要20秒返回,不知道具体是做什么的

复现步骤 / Steps to reproduce

必现

日志 / Logs

没有日志输出

其他 / Miscellaneous

No response

贡献 / Contribution

  • 我乐意为此贡献代码! / I am interested in contributing to this issue!
Originally created by @llongtao on GitHub (May 30, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/745 ### 软件版本 / Release Version v0.3.14 ### 缺陷描述 / Description ![Image](https://github.com/user-attachments/assets/15923972-cbfe-4ad1-bc2a-672c31a10865) 手动执行任务时首先会调用/api/realtime,15秒后页面就超时终端了请求,我手动调试该接口调用大概需要20秒返回,不知道具体是做什么的 ### 复现步骤 / Steps to reproduce 必现 ### 日志 / Logs <details> ```console 没有日志输出 ``` </details> ### 其他 / Miscellaneous _No response_ ### 贡献 / Contribution - [ ] 我乐意为此贡献代码! / I am interested in contributing to this issue!
kerem 2026-03-03 01:03:51 +03:00
Author
Owner

@fudiwei commented on GitHub (May 30, 2025):

SSE 接口,用于服务端给前端推送工作流执行结果。超时的话自行检查是否套了反代、防火墙等其他服务导致的。

<!-- gh-comment-id:2921008417 --> @fudiwei commented on GitHub (May 30, 2025): SSE 接口,用于服务端给前端推送工作流执行结果。超时的话自行检查是否套了反代、防火墙等其他服务导致的。
Author
Owner

@llongtao commented on GitHub (May 31, 2025):

SSE 接口,用于服务端给前端推送工作流执行结果。超时的话自行检查是否套了反代、防火墙等其他服务导致的。

感谢,是nginx代理的问题,nginx把sse响应缓存导致前端以为响应超时了中断了连接, 需要设置proxy_buffering off;

<!-- gh-comment-id:2925222409 --> @llongtao commented on GitHub (May 31, 2025): > SSE 接口,用于服务端给前端推送工作流执行结果。超时的话自行检查是否套了反代、防火墙等其他服务导致的。 感谢,是nginx代理的问题,nginx把sse响应缓存导致前端以为响应超时了中断了连接, 需要设置proxy_buffering off;
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#502
No description provided.