I send 300 newsletters at a time with a URL, after 2 minutes it is updated again to send the next 300 and so on.
But I get this error:
Gateway timeout
The gateway did not receive a timely response from the upstream server or application.
Also, if you are trying to execute the 404 Not Found error, use the ErrorDocument request handler.
I set the maximum execution to 3600
ini_set('max_execution_time', 3600);
But I regularly get the same error. Please help me find a solution.
php apache cloud cloudflare
Harish singh
source share