Skip to content

Commit

Permalink
fix scheduling config loading wrong config (apache#5255)
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan Doyle <brendand@qualtrics.com>
  • Loading branch information
2 people authored and JesseStutler committed Jul 13, 2022
1 parent e84fafd commit dbb05df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Scheduler(schedulerId: SchedulerInstanceId, schedulerEndpoints: SchedulerE
val leaseService =
actorSystem.actorOf(LeaseKeepAliveService.props(etcdClient, schedulerId, watcherService))

val schedulingConfig = loadConfigOrThrow[SchedulingConfig](ConfigKeys.schedulerQueue)
val schedulingConfig = loadConfigOrThrow[SchedulingConfig](ConfigKeys.schedulerScheduling)

implicit val entityStore = WhiskEntityStore.datastore()
private val activationStore =
Expand Down

0 comments on commit dbb05df

Please sign in to comment.