bunkat / later

A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the browser.
http://bunkat.github.io/later/
MIT License
2.42k stars 245 forks source link

Every 60 seconds and above #209

Open martineboh opened 7 years ago

martineboh commented 7 years ago

I am trying to run a job 'every 190 seconds' but nothing works. I read somewhere the max for seconds is 59 seconds. Is this true?

MattGurney commented 7 years ago

I have also noticed this behavior.

gustawdaniel commented 6 years ago

If it is not bug, it should be mentioned in documentation. It there any manner to obtain working

'every x seconds' 

for x >= 60?

aviranco commented 6 years ago

@gustawdaniel its not working either