Skip to content

3.1.3

Choose a tag to compare

@firecow firecow released this 12 Feb 17:48
Change health_check and stop_grace_period schema from int32 to float64

Docker API expects nanosecond durations (int64). JTD has no int64 type,
so float64 is used instead. int32 overflows at ~2.1s which is too small
for any practical health check interval.