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
Post a Comment