Scheduling¶
MyNews supports automatic pipeline execution on a cron schedule using rufus-scheduler.
Default Schedule¶
The pipeline runs 3x daily by default:
Running the Scheduler¶
This starts a long-running process that executes the full pipeline at each scheduled time. It runs in the foreground -- use a process manager (systemd, launchd, etc.) for production.
Custom Schedule¶
Override the times in your configuration:
Alternative: System Cron¶
Instead of the built-in scheduler, you can use crontab: