Since updating to 6.x-1.1 I've noticed in the log that cron is being run twice in a row now. One entry has "via poormanscron" and the other does not.

CommentFileSizeAuthor
cron_issue.gif3.4 KBlogicalpat

Comments

dave reid’s picture

Status: Active » Closed (works as designed)

That's actually normal. One entry happens when drupal_run_cron() is executed via poormanscron, the next is right after to let you know the run happened via poormanscron.