bdoyle0182 commented on code in PR #5338:
URL: https://github.com/apache/openwhisk/pull/5338#discussion_r999853013
##########
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 = {
Review Comment:
can we make it so that GracefulShutdown of the controller actor system
requires in flight activations to go down to zero. I think that should simplify
external monitoring to determine whether it's safe to shut down so that
checking these routes aren't a necessity of the deployment monitor scripting
--
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]