0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. rainbond
  2. /
  3. api
  4. /
  5. eventlog
QQi Zhangrevert: restore event log replay behavior
5012d980创建于 7 天前历史提交
文件最后提交记录最后更新时间
conf
feat: merge branches and delete eventlog Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com> 1 年前
db
fix: read event log history from jsonl store (#2565) Signed-off-by: Qi Zhang <smallqi1@163.com>26 天前
entry
fix: optimize gRPC connection for faster recovery after service restart - Add keepalive and backoff configuration to gRPC clients: - worker/client/client.go - mq/client/client.go - api/eventlog/entry/grpc/client/event_log_client.go - Add keepalive and enforcement policy to gRPC servers: - worker/server/server.go - api/eventlog/entry/grpc/server/event_log_server.go Key changes: - Keepalive: detect broken connections within 10 seconds - Backoff MaxDelay: reduce from 120s to 10s for faster reconnection - MaxConnectionAge: force reconnection every 30 minutes for load balancing - Add Close() method to worker client for proper connection cleanup This fixes the issue where API requests timeout for 10+ minutes after worker service restart due to stale gRPC connections. Signed-off-by: Qi Zhang <smallqi1@163.com> 4 个月前
exit
Revert "perf: add vm (#2554)" (#2557) This reverts commit 4b21c44f4cb0619f881bbc1d645c29b588c9e586.1 个月前
store
test: expand rainbond backend coverage 2 个月前
util
feat: merge branches and delete eventlog Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com> 1 年前