generated/google/apis/cloudtasks_v2beta3/classes.rb in google-api-client-0.39.5 vs generated/google/apis/cloudtasks_v2beta3/classes.rb in google-api-client-0.40.0

- old
+ new

@@ -1623,11 +1623,11 @@ # The deadline for requests sent to the worker. If the worker does not # respond by this deadline then the request is cancelled and the attempt # is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the # task according to the RetryConfig. - # Note that when the request is cancelled, Cloud Tasks will stop listing for - # the response, but whether the worker stops processing depends on the + # Note that when the request is cancelled, Cloud Tasks will stop listening + # for the response, but whether the worker stops processing depends on the # worker. For example, if the worker is stuck, it may not react to cancelled # requests. # The default and maximum values depend on the type of request: # * For HTTP tasks, the default is 10 minutes. The deadline # must be in the interval [15 seconds, 30 minutes].