Just a heads up to everyone: the CronJob class will now keep track of whether or not a job fails multiple times in a row. If it fails more than 10 times, it will be deactivated and no longer run. The only way you'd know this has happened is through the 'alert'-level log entry that is written.
Semi-related, errors in jobs set to call a specific method callback (rather than simply a textual plugin hook) are also no longer silenced (they were previously @'d). That means you may suddenly start seeing errors in your logs related to them. I also added extra logging for CronJobs, so if you set your logging threshold to include debug-level entries you should now see each individual run of a job (and its result). -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
