Curtis, let’s have you try something else for a moment.
Here’s a quick test to output to the screen once a minute. Create a brand new template and allow for PHP parsed on Input.
<?php echo date('G:ia'); ?>
{exp:cron minute="*" hour="*" day="1,12,15,31" month="*"}
Displays this content once every minute of every hour on the 1st, 12th, 15th, and 31st day of every month.
{/exp:cron}
Debug: Outside of Cron stuff!Does that work?