mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-30 05:29:10 -07:00
Change max dispatches from int to double
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
f0212940cb
commit
3c6e3c1e90
2 changed files with 15 additions and 13 deletions
|
@ -150,9 +150,10 @@ resources:
|
|||
type: str
|
||||
rateLimits:
|
||||
description:
|
||||
- 'Rate limits for task dispatches. The queue''s actual dispatch rate is the
|
||||
result of: * Number of tasks in the queue * User-specified throttling: rateLimits,
|
||||
retryConfig, and the queue''s state.'
|
||||
- Rate limits for task dispatches.
|
||||
- 'The queue''s actual dispatch rate is the result of: * Number of tasks in
|
||||
the queue * User-specified throttling: rateLimits, retryConfig, and the queue''s
|
||||
state.'
|
||||
- "* System throttling due to 429 (Too Many Requests) or 503 (Service Unavailable)
|
||||
responses from the worker, high error rates, or to smooth sudden large traffic
|
||||
spikes."
|
||||
|
@ -164,7 +165,7 @@ resources:
|
|||
- The maximum rate at which tasks are dispatched from this queue.
|
||||
- If unspecified when the queue is created, Cloud Tasks will pick the default.
|
||||
returned: success
|
||||
type: int
|
||||
type: str
|
||||
maxConcurrentDispatches:
|
||||
description:
|
||||
- The maximum number of concurrent tasks that Cloud Tasks allows to be dispatched
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue