robfig / cron

a cron library for go
MIT License
13.14k stars 1.63k forks source link

feat: add `ScheduleEntryNow` function to trigger entry immediately outside of schedule #511

Open ryanskidmore opened 10 months ago

ryanskidmore commented 10 months ago

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.