Hi, https://github.com/crystal-china/procodile new is a full-feature ruby procodile replacement which written use Crystal, and there is static binary available, with bugfixs and better code quality (thanks to Crystal because static type and type safety)
I am planning add more feature, e.g. support crontab, and will be extended to support seconds.
(second, minute, hour, day, month, wday)
at("*/3 * * * * *") { Log.info { "every 3.seconds" } }
at("20-45/5 * * * * *") { Log.info { "every 5.seconds between 20-45" } }
Still not figure out how to add it into config yet, but, it should easy once figure out how to use it.
Hi, https://github.com/crystal-china/procodile new is a full-feature ruby procodile replacement which written use Crystal, and there is static binary available, with bugfixs and better code quality (thanks to Crystal because static type and type safety)
I am planning add more feature, e.g. support crontab, and will be extended to support seconds.
(second, minute, hour, day, month, wday)
at("*/3 * * * * *") { Log.info { "every 3.seconds" } }
at("20-45/5 * * * * *") { Log.info { "every 5.seconds between 20-45" } }
Still not figure out how to add it into config yet, but, it should easy once figure out how to use it.