Processor – Run Background Processes with PHP
As a PHP developer, sometimes you would have to deal with long-running scripts. As you might know, in the php.ini file there is a setting called max_execution_time which by default is set to 30 seconds. Meaning any particular script could only run for 30 seconds before it exits. On some hosts, you can find it…