0

I have a page that sent a cURL request for website to check their HTTP Status. (I have something like 6000 URLs to check)

Its work fine, but after 300-400 requests its stop the page with HTTP ERROR 500.

I try to do sleep function for 30 seconds every 100 cURL requests, its not help. I also increate the max_execution_time to 10000

Dasmond
  • 43
  • 1
  • 8

1 Answers1

-1

Try using crontab. For example, you have a PHP script with cURL request, set up cron that will execute that script exery minute (* * * * * *)