style95 commented on code in PR #5338:
URL: https://github.com/apache/openwhisk/pull/5338#discussion_r1009093628


##########
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:
   I got your point. This is a fair point.
   Since the zero downtime deployment was not supported in the upstream 
version, I think there would be no issue with it.
   
   It only matters in our downstream. In our downstream, I think we need some 
manual operations.
   Since all APIs for each component are different from our downstream, I think 
we need to manually disable each component and wait until they are ready before 
deploying a component.



-- 
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]

Reply via email to