We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Executors timeout the connection when executing long running workflow . Given this happens only while using https
The text was updated successfully, but these errors were encountered:
@sadath-12 Can you confirm https is needed because of use of ingress of adding auth to the APIs
Sorry, something went wrong.
@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
We are tacking this internally, we will have a solution soon for this
No branches or pull requests
Executors timeout the connection when executing long running workflow .
Given this happens only while using https
The text was updated successfully, but these errors were encountered: