Php execution restrictions

Username (e.g. epiz_XXX) or Website URL

epiz_31670884

Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 6: getaddrinfo() thread failed to start

(please share the FULL error message you see)

Other Information

Im scraping a website for some data using guzzle async request but after about 10 requests, it stops working and connection gets rejected. From Guzzle Async request error i gathered that this might be due to InfinityFree restrictions on php execution. My question is do these restristions apply for paid hosting?

Restrictions will always apply. There are physical limits for the server, as well as limits set to make sure that no one hogs all of the resources.

However, paid hosting has much higher execution limits.

6 Likes

I think that there is a limit on the number of outgoing connections. This is done to prevent spam bots and the like. Please remember: we provide a website hosting service, not a data collection platform.

To my knowledge, premium hosting does not have hard limits on this, but fair usage policies do apply.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.