shyiko / skedule

A human-friendly alternative to cron. Designed after GAE's schedule for Kotlin and/or Java 8+.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for seconds and milliseconds

m-thread opened this issue · comments

If this library supported scheduling down to millisecond it would make a really great and universal solution for scheduling processes.

Ex:

  • "every second"
  • "every 15 seconds"
  • "every 250 millis from 10:00 to 11:00"