Class: Google::Cloud::Tasks::V2::RateLimits

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#max_burst_sizeInteger



231
# File 'lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/queue.rb', line 231

class RateLimits; end

#max_concurrent_dispatchesInteger



231
# File 'lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/queue.rb', line 231

class RateLimits; end

#max_dispatches_per_secondFloat



231
# File 'lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/queue.rb', line 231

class RateLimits; end