Skip to content

Commit 21b03a5

Browse files
bdoyle0182Brendan Doyle
andauthored
fix scheduling config loading wrong config (#5255)
Co-authored-by: Brendan Doyle <[email protected]>
1 parent a75950a commit 21b03a5

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)