From 94ba60dbffb110d1f6f0939bb28f511cf177ca17 Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Mon, 13 Jan 2020 12:57:21 -0800 Subject: [PATCH] Change max dispatches from int to double --- products/cloudtasks/api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/cloudtasks/api.yaml b/products/cloudtasks/api.yaml index d2f37b872e2b..eb434077555d 100644 --- a/products/cloudtasks/api.yaml +++ b/products/cloudtasks/api.yaml @@ -86,7 +86,7 @@ objects: - !ruby/object:Api::Type::NestedObject name: 'rateLimits' description: | - Rate limits for task dispatches. + Rate limits for task dispatches. The queue's actual dispatch rate is the result of: @@ -96,7 +96,7 @@ objects: Unavailable) responses from the worker, high error rates, or to smooth sudden large traffic spikes. properties: - - !ruby/object:Api::Type::Integer + - !ruby/object:Api::Type::Double name: 'maxDispatchesPerSecond' description: | The maximum rate at which tasks are dispatched from this queue.