Re: [akka-user] Trying to configure ActorSystems

2016-01-29 Thread Patrik Nordwall
Remove the import system.dispatcher and you will see that you need to provide an ExecutionContext, which you can lookup from the config, via the system.dispatchers.lookup (I think) fre 29 jan. 2016 kl. 01:42 skrev Ian Nowland : > Hello, > > I'm trying to configure an

Re: [akka-user] Trying to configure ActorSystems

2016-01-29 Thread Ian Nowland
So, I've tried replacing the import system.dispatcher with implicit val executionContext = system.dispatchers.lookup("akka.actor.habari-function-scheduler-dispatcher") but I'm still getting the system.dispatcher as the akka.default On Friday, January 29, 2016 at 12:34:28 PM UTC-5, Patrik

[akka-user] Trying to configure ActorSystems

2016-01-28 Thread Ian Nowland
Hello, I'm trying to configure an ActorSystem, but no matter what I do, seem to be getting the default dispatcher. Here's what I've got going on: val customConf = ConfigFactory.parseString( """ |akka { | | actor{ | |/function-scheduler { | dispatcher =