文件最后提交记录最后更新时间
fix: add plugin proxy inter (#2485) * fix: add plugin proxy inter (#2405) Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com> * perf: add logic code for the source code inspection plugin Signed-off-by: 张启航 <12344192+zhangsetsail@user.noreply.gitee.com> * fix: change id to alias Signed-off-by: 张启航 <12344192+zhangsetsail@user.noreply.gitee.com> --------- Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com> Signed-off-by: 张启航 <12344192+zhangsetsail@user.noreply.gitee.com> Co-authored-by: 张启航 <12344192+zhangsetsail@user.noreply.gitee.com>4 个月前
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 个月前
add some metric and alarm rule and upgrade prometheus to 2.20.0 5 年前
Revert "perf: add vm (#2554)" (#2557) This reverts commit 4b21c44f4cb0619f881bbc1d645c29b588c9e586.1 个月前