1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00
woodpecker/pipeline/rpc
6543 505cf8c09a
make gRPC error "to many keepalive pings" only show up in trace logs (#787)
hotfix #717

This comes from the agent being inactive / not sending and requesting any data if there a no pipelines waiting for him to execute. GRPC seems to only allow 2 pings without calling an actual endpoint before closing the connection. I think this will be indirectly solved in the moment we implement something like #536

https://github.com/grpc/grpc/blob/master/doc/keepalive.md

Co-authored-by: Anbraten <anton@ju60.de>
2022-02-24 15:53:44 +01:00
..
proto Move entirely to zerolog (#426) 2021-10-12 09:25:13 +02:00
client_grpc_health.go Move entirely to zerolog (#426) 2021-10-12 09:25:13 +02:00
client_grpc.go make gRPC error "to many keepalive pings" only show up in trace logs (#787) 2022-02-24 15:53:44 +01:00
health.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
line_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
line.go Hide multi line secrets from log (#671) 2022-01-08 20:39:52 +01:00
peer.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00