MikeThomsen commented on issue #3266: NIFI-5955 add a Docker HEALTHCHECK URL: https://github.com/apache/nifi/pull/3266#issuecomment-467164993 Docker says... > The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working. This can detect cases such as a web server that is stuck in an infinite loop and unable to handle new connections, even though the server process is still running. So IMO that is satisfactory for our use case here because "is it still running and responding" is probably the closest we can get to that intent.
---------------------------------------------------------------- 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
