Some times HTTP Requests took more than 30 ms execution time that end up with exceptions like : Error message: cURL error 28: Operation timed out after 29992 The solution is very simple, use the following lines in the settings.php /** * HTTP Client config. */ $settings['http_client_config']['timeout'] = 60;
hookup ur code with us