Running a cron on start-up using Rufus Scheduler 2.x
问题 I'm trying to run a cron on start-up and then midnight every day from that point. I'm bound by Dashing to use Rufus Scheduler 2.0.24, in which I can't use 'first_in' with the cron command. The command in 3.x I want to replicate is like so... scheduler.cron '00 00 * * *', :first_in => '0' do I'm wondering if there is any way around this? I found this which describes a similar issue - but this will only run the cron at the first instance of the specified allotted time and not immediately. 回答1: