Open ryanskidmore opened 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.
ScheduleEntryNow
Cron
This PR adds the
ScheduleEntryNow
function to theCron
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.