ningyougang commented on code in PR #5338:
URL: https://github.com/apache/openwhisk/pull/5338#discussion_r1008961658
##########
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:
Because the queuePathPrefix is changed, the first depoyment supports `zero
downtime deployment`?
--
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]