apache / openwhisk-wskdeploy

Apache OpenWhisk utility for deploying and managing OpenWhisk projects and packages
https://openwhisk.apache.org/
Apache License 2.0
77 stars 74 forks source link

Client Timeout Error. #1159

Open ChrysoZalo opened 9 months ago

ChrysoZalo commented 9 months ago

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

style95 commented 9 months ago

Have you looked into the logs on the server side?

ChrysoZalo commented 9 months ago

In which component must I look exactly?