bdoyle0182 commented on code in PR #5338:
URL: https://github.com/apache/openwhisk/pull/5338#discussion_r999844320
##########
core/controller/src/main/scala/org/apache/openwhisk/core/controller/Controller.scala:
##########
@@ -167,6 +167,22 @@ class Controller(val instance: ControllerInstanceId,
}
}
+ /**
+ * Handles GET /activation URI.
+ *
+ * @return running activation
+ */
+ protected[controller] val activationStatus = {
+ implicit val executionContext = actorSystem.dispatcher
+ (path("activation") & get) {
Review Comment:
would something like `/inflightActivations` and
`/inflightActivations/instance` make more sense?
--
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]