Description
The "restart_threshold > watch_secs" validation introduced as a part of AURORA-404 is not necessary. While having an elevated restart_threshold value for a larger service is logical, having it tied to watch_secs is not. A counter example could be a CPU-demanding service that takes just a few seconds to become healthy (low watch_secs) but takes long(er) to get scheduled (restart_threshold).