Hi,
I'm using web2py version 1.99.2 with the new scheduler. I have a scheduled function that is run once a day at the same time with this parameters:

Start Time:      2011-11-10 01:30:00
Next Run Time:       2011-11-22 01:30:00
Stop Time:        2020-01-01 00:00:00
Repeats:        0
Period:        86400    seconds
Timeout:        3600    seconds
Times Run:        ...
Last Run Time:    ...

it happens that when something wrong happens (like crash or application is killed by kernel) when I restart the application the next run time is changed in the time part and the function is not performed at the same hour I planned... so I have to change by hand every time that it happens.
Is it a strange behavior?

thanks
    Manuele

Reply via email to