Hi, I have researched issues but didn't find related issues with this.
(#160) <-- is it better to create custom time checker in job and use schedule.CancelJob?
(#226) <-- It looks like what i need, if i right understand
it could be some think like this:
job = schedule.every().day.at("00:00").do(start_logging()).stop("23:59")
Thank you!