manuthu edited a comment on issue #5267:
URL: https://github.com/apache/cloudstack/issues/5267#issuecomment-891286125


   Thanks for the response @rhtyd 
   
   Looks like the request was timing out at the proxy. 
   I've increased the timeout 
[settings](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_timeout)
 at the proxy and now everything is ok.
   
   ```
   proxy_read_timeout 300s
   ```
   
   The Api is however really slow - Takes about a min and a half to respond. 
Closing this issue as I see you already raised an issue on the same 
[here](https://github.com/apache/cloudstack/issues/5266)
   
   Cheers


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to