Share and learn in the Docker community.
In the documentation there is no indication as to the impact of setting the interval down to a lower number ( for example 1 second). Are there any best practices on what a developer building an image should do for the health check interval ?
Thanks Chase
depends on your use case.
Health checking everytime exec’s a new process. So you shouldn’t do it too often. I think an interval of less than 10 seconds is too small.