play framework 2.1 - scheduling async tasks
问题 In play's 2.0.x doc you can see how to schedule asynchronous tasks: http://www.playframework.org/documentation/2.0.4/ScalaAkka Akka.system.scheduler.schedule(0 seconds, 30 minutes, testActor, "tick") How can you achieve the same thing withthe recently releades Play 2.1??? The whole akka API seems to have changed... I've checked: https://github.com/playframework/Play20/wiki/Highlights https://github.com/playframework/Play20/wiki/Migration and also http://doc.akka.io/docs/akka/2.1.0-RC1/project