<div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
It's complaining that the 'minute' argument which you're passing to<br>
'add_cron_job' is '*/run_interval_quantity', which the scheduler<br>
doesn't understand.<br><font color="#888888">
-- <br></font></blockquote><div><br>Hey, what do you know, there's a forest amongst all those trees...<br><br>key_words = '*/%d' % (run_interval_quantity)<br><br>sched.add_cron_job(check_logging_db, minute = key_words) <br>
<br>Works!  <br></div></div><br>