dubeejw commented on a change in pull request #186: automatically monitor and
restore the health of the DB changes feed
URL:
https://github.com/apache/incubator-openwhisk-package-kafka/pull/186#discussion_r124054468
##########
File path: provider/health.py
##########
@@ -132,8 +133,9 @@ def getConsumers(consumers):
return consumerReports
-def generateHealthReport(consumers):
+def generateHealthReport(consumers, lastCanaryTime):
healthReport = {}
+ healthReport['last_db_canary'] = secondsSince(lastCanaryTime)
Review comment:
?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services