style95 commented on code in PR #5338:
URL: https://github.com/apache/openwhisk/pull/5338#discussion_r1008969964
##########
core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/FPCSchedulerServer.scala:
##########
@@ -79,7 +85,7 @@ object FPCSchedulerServer {
private val schedulerUsername =
loadConfigOrThrow[String](ConfigKeys.whiskSchedulerUsername)
private val schedulerPassword =
loadConfigOrThrow[String](ConfigKeys.whiskSchedulerPassword)
- private val queuePathPrefix = "queue"
+ private val queuePathPrefix = "queues"
Review Comment:
The scheduler deployment no longer uses the number of queues.
It uses the number activations instead.
https://github.com/apache/openwhisk/pull/5338/files#diff-168a0313e0b46601cf796cd58db3a422a426015b91de821de1951bc88c62db7cR297
##########
core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/FPCSchedulerServer.scala:
##########
@@ -79,7 +85,7 @@ object FPCSchedulerServer {
private val schedulerUsername =
loadConfigOrThrow[String](ConfigKeys.whiskSchedulerUsername)
private val schedulerPassword =
loadConfigOrThrow[String](ConfigKeys.whiskSchedulerPassword)
- private val queuePathPrefix = "queue"
+ private val queuePathPrefix = "queues"
Review Comment:
The scheduler deployment no longer uses the number of queues.
It uses the number of activations instead.
https://github.com/apache/openwhisk/pull/5338/files#diff-168a0313e0b46601cf796cd58db3a422a426015b91de821de1951bc88c62db7cR297
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]