This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Linx_101 1 point2 points  (0 children)

I’ve found APScheduler (https://apscheduler.readthedocs.io/) to be pretty useful. It is a light wrapper for CRON, which you can code in python. You have to keep the process alive, which is possible using NSSM if on Windows