javan / whenever

Cron jobs in Ruby
MIT License
8.83k stars 728 forks source link

Why dont you allow seconds? #529

Closed AdamKyle closed 9 years ago

AdamKyle commented 9 years ago

I have a pub sub system in place and I need to do something every 30 seconds based on when the object is published. Sometimes even less for other tasks. Is there a reason you dont allow seconds?

jlecour commented 9 years ago

If I remember correctly, Cron's smallest unit is the minute, so It seems impossible for Whenever to do it.

ienev commented 8 months ago

supercronic supports seconds.