Scheduler jobs in python -


i trying use apscheduler create scheduler job. job need executed every day of business days (monday - friday), between 14h - 20h, every hour. on saturday job need executed between 9h-13h every hour.

sched.add_job(job_function, 'cron', day_of_week='mon-fri', ...) 

how can add hours?

i can't use cron jobs.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -