Skip to content

Commit 142eeeb

Browse files
committed
Increase client body read timeout
This is suspected to have dropped the gRPC stream for the execution results causing reconnects almost every minute
1 parent d927d85 commit 142eeeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

container/config-generator/templates/nginx.default.conf.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ server {
109109
grpc_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
110110

111111
# Disable buffering for streaming
112+
client_body_timeout 1h;
112113
grpc_read_timeout 1h;
113114
grpc_send_timeout 1h;
114115

0 commit comments

Comments
 (0)