I have a mass mailer that gets "stuck" - the queue will form, but it never goes out. in fact it doubles - it puts twice as many messages as there should be there. We have tried two different chrons, neither works for the mass mailer, but everything else on the site seems to work. I don't know chrons that well. The first one was developed with the help of Zarcon to get the video processing to work, and is now temporarily disabled. The second one was done by a developer I am working with, but it doesn't send the messages out either.
cd /var/www/vhosts/mysite.com/httpdocs/periodic; /usr/bin/php -q cron.php
/usr/bin/php /var/www/vhosts/mysite.com/httpdocs/periodic/cron.php > /dev/null 2>&1
Any suggestions on this? Seems like others here have had similar problems with the mass mailer, but I couldn't find the answer on a search. I hate to fix one issue, and break another, as I would still like the video processing to work if possible.