cron-schedule
ruvnet/ruflo
This utility manages scheduled, persistent background workers using the `CronCreate` mechanism. Unlike simple in-session loops, scheduled cron jobs survive system restarts, making them ideal for Continuous Integration (CI), system monitoring, and scheduled maintenance tasks (e.g., security audits, performance optimization, data consolidation). Users can define various recurring schedules and understand the difference between persistent cron scheduling and active session looping.