I found the parameters at lines 1 through 854 I was using nano at first but couldn't find it I switched to Sublime and using its better search function was able to locate the block # prints out the date and time to console scheduleradd_job(tick, 'interval', seconds=60) # blink optional life lightAfter that, we add 10 jobs that will run scheduled_task via appapscheduleradd_job and the following keyword arguments func=scheduled_task the function to run afterwards is scheduled_task You can add new jobs orScheduler add_job (myfunc, 'interval', minutes = 2, id = 'my_job_id') scheduler remove_job ('my_job_id') Pausing and resuming jobs Django Apscheduler Job Hang Up Without Error Stack Overflow Apscheduler add_job parameters