restartAttemptPeriod
A period of time (in seconds) that the container must run for before a restart can be attempted. A container can be restarted only once every restartAttemptPeriod
seconds. If a container isn't able to run for this time period and exits early, it will not be restarted. You can set a minimum restartAttemptPeriod
of 60 seconds and a maximum restartAttemptPeriod
of 1800 seconds. By default, a container must run for 300 seconds before it can be restarted.