openwhisk-wskdeploy icon indicating copy to clipboard operation
openwhisk-wskdeploy copied to clipboard

Client Timeout Error.

Open czaloumis opened this issue 2 years ago • 2 comments

I use Openwhist for my Thesis, and i try to make a call wskdeploy -m manifest.yaml and i take a timeout error. First it is ok to take this error because i'm trying to pass a large .zip file and it is +50Mb which is the default max_body_size of Nginx tha run inside of openwhisk. I change that and then i take a timeout error and after i look the code of wskdeploy i see that in utils/misc.go in line 33 : DEFAULT_HTTP_TIMEOUT = 60 the error that i take is from here?

[ERROR_WHISK_CLIENT_ERROR]: Error code: 3 Client.Timeout exceeded while awaiting headers

czaloumis avatar Sep 27 '23 20:09 czaloumis

Have you looked into the logs on the server side?

style95 avatar Sep 28 '23 23:09 style95

In which component must I look exactly?

czaloumis avatar Sep 29 '23 07:09 czaloumis