ningyougang commented on code in PR #5338:
URL: https://github.com/apache/openwhisk/pull/5338#discussion_r1008972452
##########
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:
When we deploy this feature first time, there has no `activation/count` API
in old component, so the request against old component would be failed using
ansible script, on this case, what will happen?
--
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]