stopGracePeriod property

  1. @visibleForTesting
Duration stopGracePeriod
getter/setter pair

Grace period between SIGTERM and the liveness probe. Defaults to 2 s.

Implementation

@visibleForTesting
static Duration stopGracePeriod = const Duration(seconds: 2);