cronexpression - use cron to implement 'From 12:24:20 to 16:20:56 Every 5 minites' -


how implement cron job this:

from 12:24:20 16:20:56 run every 5 minutes

or there solution on python, use package apscheduler

finally solve problem myself, extend apscheduler library , define customized trigger fullfill requirement. useful links:

http://pythonhosted.org/apscheduler/extending.html

http://devlvl99.blogspot.com/2013/03/injecting-timezone-awareness-python.html


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -