Drupal cron - only one task running -
how configure drupal cron ensure task run if no other task running?
the file /var/www/html/drupal/cron.php default.
thanks!
if tasks mutually exclusive ie: 1 can't run after other 1 finishes. should configure tasks single 1 , have them run subsequently. otherwise use hook_cron validate if second task running , schedule current task future time until finishes.
hope helps
bewilled.
Comments
Post a Comment