Skip to content

Commit dbb05df

Browse files
bdoyle0182Brendan Doyle
authored andcommitted
fix scheduling config loading wrong config (apache#5255)
Co-authored-by: Brendan Doyle <[email protected]>
1 parent e84fafd commit dbb05df

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)