gracePeriod property

  1. @TagNumber(29)
Duration gracePeriod

Amount of cleanup time after execution_timeout.

After being signaled according to execution_timeout, the task will have this duration to clean up before being forcefully terminated.

The signalling process is explained in the deadline section of https://chromium.googlesource.com/infra/luci/luci-py/+/HEAD/client/LUCI_CONTEXT.md.

Implementation

@$pb.TagNumber(29)
$4.Duration get gracePeriod => $_getN(24);
  1. @TagNumber(29)
void gracePeriod=(Duration v)

Implementation

@$pb.TagNumber(29)
set gracePeriod($4.Duration v) {
  setField(29, v);
}