Hi
I'm using rufus-scheduler 3.0.7 with ruby 2.1.1 and sometimes i have missed jobs which suppose to be triggered once per day using
cron "" syntax. Rufus is wrapped with Daemons ruby gem. For version 2 it was quite ok and i never had that issues.
Can that be the case that discard_past is true by default in v3 ? And will it affect some thing if I will use discard_past => false ? I also checked code in master and could not find any reference to this parameter.
Thanks