CHANGELOG.txt |
CHANGELOG.txt |
|
Changes March 4th 2011
-----------------------------
Removed function name from form links and results list
Added separate watchdog message with specified result
Expanded on-screen help text with link to cron setup
Changed log variable names for… |
cron_debug.info |
cron_debug.info |
|
name = Cron Debug
description = Debug and time cron hooks
core = 7.x
version = "7.x-1.2"
configure = admin/config/system/cron/debug |
cron_debug.install |
cron_debug.install |
|
Uninstall function for the cron_debug module. |
cron_debug.module |
cron_debug.module |
|
Cron debugging for administrators. |
README.txt |
README.txt |
|
Cron Debug 1.2 for Drupal 7.x
------------------------------
Cron Debug will help you find cron processes which
* fail due to programming or runtime errors
* time out (PHP, server, database)
* are very slow
Cron Debug will also allow you to… |