Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peer connection timeout #972

Open
sadath-12 opened this issue Oct 23, 2024 · 3 comments
Open

Peer connection timeout #972

sadath-12 opened this issue Oct 23, 2024 · 3 comments

Comments

@sadath-12
Copy link
Contributor

Executors timeout the connection when executing long running workflow .
Given this happens only while using https

@ockhamlabs
Copy link

@sadath-12 Can you confirm https is needed because of use of ingress of adding auth to the APIs

@sadath-12
Copy link
Contributor Author

@ockhamlabs that's right .

I tried to increase timeout via ingress configuration by setting up fields

nginx.ingress.kubernetes.io/proxy-read-timeout: "1800"
nginx.ingress.kubernetes.io/proxy-send-timeout: "1800"
nginx.ingress.kubernetes.io/proxy-connect-timeout: "180"
nginx.ingress.kubernetes.io/proxy-buffering: "off"

I was able to process the file in https server , wondering if this is the right approach for the problem

@diptanu
Copy link
Collaborator

diptanu commented Nov 11, 2024

We are tacking this internally, we will have a solution soon for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants