cron
cron copied to clipboard
feat: add `ScheduleEntryNow` function to trigger entry immediately outside of schedule
This PR adds the ScheduleEntryNow function to the Cron struct to immediately schedule an entry to be run. The intention behind this addition is to enable entries to be run ad-hoc outside of their regular schedule.