Open aviranco opened 6 years ago
every X that is higher than 60 produces an invalid schedule.
For example: later.parse.recur().every(360).second()
Produces: { "schedules": [ { "s": [ 0 ] } ], "exceptions": [] }
which is every 1 minute instead of every 5 minutes.
every X that is higher than 60 produces an invalid schedule.
For example: later.parse.recur().every(360).second()
Produces: { "schedules": [ { "s": [ 0 ] } ], "exceptions": [] }
which is every 1 minute instead of every 5 minutes.