You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: