Whats the maximum execution time of cron. is it possible to modify it if so any side effects.
|
Maximum execution time for Drupal's cron depends on your For example if you use If you use It is recommended to use php-cli for higher execution time, where you can set the maximum execution time from |
|||||
|
|
The accepted answer above is INCORRECT. Cron's time limit in Drupal is hardcoded to 240 seconds. See the
and
(based on the source of Drupal 7.12) So, there is no way to change this globally without hacking core. I have heard it suggested to call |
|||
|
|
|
I don't know if this is necessarily the case as I've just run the That somewhere would be in the |
||||
|
|