24 May
2008
24 May
'08
2:41 a.m.
On Fri, May 23, 2008 at 5:23 PM, Arthur Richards <awjrichards@gmail.com> wrote:
I'm running into problems where in the midst of my cronjob executing, drupal_cron_cleanup() seems to get called somehow - the error 'Cron run exceeded the time limit and was aborted' appears in watchdog. Does anyone have any idea what's going on and/or how I can prevent this?
I think your best bet would be to try to break your task up into smaller chunks and call cron more frequently. You could also try extending PHP's script timeout limit (http://php.net/set_time_limit). andrew