nio-blocks / counter

Counter, CounterFast, and NumericCounter count the number of signals that pass through the block
0 stars 1 forks source link

I want the cron feature to work with more than just once per day #22

Open hansmosh opened 9 years ago

hansmosh commented 9 years ago

With cron you should be able to specify other intervals besides setting a time that it resets once per day.

I don't actually know what way would make the most sense for this though. Change the cron properties form IntProperty to StringProperty to support values like "" and "/5"?

mattdodge commented 9 years ago

Yeah, that's exactly what we should do. I recall a TODO or something somewhere to a similar effect, but I can't find it.