Class: Google::Cloud::Tasks::V2::RateLimits
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::RateLimits
- Defined in:
- lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/queue.rb
Overview
Rate limits.
This message determines the maximum rate that tasks can be dispatched by a queue, regardless of whether the dispatch is a first task attempt or a retry.
Note: The debugging command, RunTask, will run a task even if the queue has reached its RateLimits.
Instance Attribute Summary collapse
-
#max_burst_size ⇒ Integer
Output only.
-
#max_concurrent_dispatches ⇒ Integer
The maximum number of concurrent tasks that Cloud Tasks allows to be dispatched for this queue.
-
#max_dispatches_per_second ⇒ Float
The maximum rate at which tasks are dispatched from this queue.
Instance Attribute Details
#max_burst_size ⇒ Integer
231 |
# File 'lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/queue.rb', line 231 class RateLimits; end |
#max_concurrent_dispatches ⇒ Integer
231 |
# File 'lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/queue.rb', line 231 class RateLimits; end |
#max_dispatches_per_second ⇒ Float
231 |
# File 'lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/queue.rb', line 231 class RateLimits; end |