Liran Tal 9/4/2014

'Oh you lazy cron!' – learning on Drupal cron issues

Read Original

The article details a real-world debugging process for a Drupal cron job failure that prevented notifications from being sent. It explains how to trace issues in modules implementing hook_cron, using techniques like inspecting module.inc or adding watchdog logging. The root cause was a custom module's nodeapi hook containing a drupal_goto() call, which breaks cron execution when run via Drush.

'Oh you lazy cron!' – learning on Drupal cron issues

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week