cronish icon indicating copy to clipboard operation
cronish copied to clipboard

A cron dsl to be used anywhere and everywhere.

Results 11 cronish issues
Sort by recently updated
recently updated
newest added

Hi @philcali, is this lib still maintained? It seems to have very few activity and I didn't succeeded to use it, I tried: ``` "com.github.philcali" %% "cronish" % "0.1.5" ```...

I can do: `payroll executes "every last Friday in every month"` but can't do: `payroll executes "* * * * 5L"`

Correspond to Scala 2.12.4. I'm resolved compile errors ``` $ sbt compile [error] /Users/kiris/local/src/cronish/src/main/scala/dsl.scala:84: recursive method monthnames needs result type [error] def monthValue = (monthnames).mkString("|").r ^^ { [error] /Users/kiris/local/src/cronish/src/main/scala/dsl.scala:217: value...

Hi! Thank you for your nice library! Can i suggest feature? It would be great if its able to specify timezone in a rule. Like "every day at 6:00 OVT"

Hello, ``` scala> :paste // Entering paste mode (ctrl-D to finish) import cronish._ import cronish.dsl._ val spoken = job (println ("My name is Philip Cali.")) val greetings = spoken starts...

when is the next release is schedule? @philcali if you need my help with setup a deployment CD style - let me know.

Hi, I'm having this problem with cronish: ``` scala> val tests = List( | "every day at 17:30 on Monday to Friday", | "every day at 17:30" | ).zipWithIndex.foreach {...

https://github.com/sirthias/parboiled2

It would be nice to have "0 0 \* \* *" translate into English.

Library

Just take the time and do it... Needs to be done eventually.

Library