I'm trying to implement a cron style scheduled task in my Scala Play server. I liked the solution presented here. However, my scala application does not recognize play.libs.Time.CronExpression as a valid object. Is there a more idiomatic way to do Cron Expression Akka job scheduling in Scala Play?
Asked
Active
Viewed 224 times
1
-
1You could try https://github.com/enragedginger/akka-quartz-scheduler – kardapoltsev Sep 09 '15 at 04:16
-
This is exactly what I needed. Thanks! – infomofo Sep 09 '15 at 13:18
-
You can pull it in, it's just included by default in play-scala – nafg Feb 07 '17 at 07:31