codeigniter - How to keep a php script running for 4 to 5 days using cron job? -
I have a php script in the codeignitor structure. It works on complex calculation algorithms for which the script has to be at least 4 Requires walking for 5 days. But it stops after running for a few hours
13 21 * * * / usr / bin / php / var / www / project / How do I turn it over? till? Maybe it depends on max_execution_time
/ code > Php.ini
Comments
Post a Comment