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
When I use the RESTv1 externally I am able to run queries. When I use ProtoBuf on GAE platform it works as well.
However, if I try to use the RESTv1 on GAE platform, it gives me a timeout. I am using this in a laravel platform. Below is the error that is shown on the log.
PHP Fatal error: The request was aborted because it exceeded the maximum execution time. in xxxxxx/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php on line 41
Thanks in advance for all your help and for the plugin.
The text was updated successfully, but these errors were encountered:
tomwalder
changed the title
Timeout when using RESTv1
Timeout when using RESTv1 from AppEngine
Sep 16, 2016
When I use the RESTv1 externally I am able to run queries. When I use ProtoBuf on GAE platform it works as well.
However, if I try to use the RESTv1 on GAE platform, it gives me a timeout. I am using this in a laravel platform. Below is the error that is shown on the log.
PHP Fatal error: The request was aborted because it exceeded the maximum execution time. in xxxxxx/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php on line 41
Thanks in advance for all your help and for the plugin.
The text was updated successfully, but these errors were encountered: