Skip to content

Commit 78a7f5a

Browse files
author
Brendan Doyle
committed
fix scheduling config loading wrong config
1 parent a75950a commit 78a7f5a

File tree

1 file changed

+1
-1
lines changed
  • core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler

1 file changed

+1
-1
lines changed

core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/Scheduler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Scheduler(schedulerId: SchedulerInstanceId, schedulerEndpoints: SchedulerE
7070
val leaseService =
7171
actorSystem.actorOf(LeaseKeepAliveService.props(etcdClient, schedulerId, watcherService))
7272

73-
val schedulingConfig = loadConfigOrThrow[SchedulingConfig](ConfigKeys.schedulerQueue)
73+
val schedulingConfig = loadConfigOrThrow[SchedulingConfig](ConfigKeys.schedulerScheduling)
7474

7575
implicit val entityStore = WhiskEntityStore.datastore()
7676
private val activationStore =

0 commit comments

Comments
 (0)