blob: f7adea96fa4341f567dfcc5b32aa93f0c6c4e3d0 [file] [log] [blame]
package io.prediction.scheduler
import play.api.Play.current
import play.api.libs.concurrent.Akka
object Contexts {
implicit val stepExecutionContext = Akka.system.dispatchers.lookup("io.prediction.scheduler.steps")
}