People can shoot themselves in the foot with a very low check interval if they do not use a suffix like "s" or "m". This causes a health check to run nearly continuously. Prevent this by enforcing a hard minimum of 1 second. Also try to be somewhat intelligent and check if an interval is set to be nanoseconds and correct to seconds.
People can shoot themselves in the foot with a very low check interval if they do not use a suffix like "s" or "m". This causes a health check to run nearly continuously. Prevent this by enforcing a hard minimum of 1 second. Also try to be somewhat intelligent and check if an interval is set to be nanoseconds and correct to seconds.