I am using the newest development version of the watcher module. It is working great in most respects. If I set the notifications to be sent immediately, it is working fine. However, I would like to use cron to send the notifications. When I set it to send notifications on cron, the notifications never leave the queue and I get a warning in my log that states, "cron run exceeded the time limit and was aborted". I have confirmed that it is the watcher module that is causing the warning. When there are no notifications in the queue my scheduled cron runs fine, when a single test notifications is added to the queue the warning appears and the notification doesn't send. Please advise.

Comments

jnassi’s picture

Update: I forgot to mention that the notifications send out fine if I manually run cron or select "Click here to run cron manually and SEND messages in queue" from the testing tab of the watcher admin area. The problem seems to be specific to when my scheduled cron runs from bluehost. The command I am using the following format for my cron command: php -q /home/yoursite/public_html/yourwebfolder/cron.php

J-Chance’s picture

Same issue here